Html Css Color HEX #9BBACA Heather

📋 copy color: '#9BBACA'

red 155 ◦ green 186 ◦ blue 202

#9BBACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #9BBACA

Tints of Heather #9BBACA

RGB

 RED value IS 155 (60.94% from 255) = 28.55%

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 28.55%
G = 34.25%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BBACA (or 0x9BBACA) is known color: Heather. HEX triplet: 9B, BA and CA. RGB value is (155,186,202). Sum of RGB (Red+Green+Blue) = 155+186+202=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBACA is #644535. Grayscale: #B2B2B2. Windows color (decimal): -6571318 or 13286043. OLE color: 13286043.

HSL color Cylindrical-coordinate representation of color #9BBACA: hue angle of 200.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBACA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 186 202 -
CMYK 0.23 0.08 0 0.21
HSL 200.43º 0.31% 0.7% -
HSV(B) 200.43º 0.23% 0.79% -
XYZ 41.74 46.35 62.62 -
YUV 178.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 155 186 202 0.23 0.08 0 0.21 200.43 0.31 0.7
Hex 9B BA CA 17 8 0 15 C8 1F 46
Octal 233 272 312 27 10 0 25 310 37 106
Binary 10011011 10111010 11001010 10111 1000 0 10101 11001000 11111 1000110

Color Harmonies of #9BBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBACA

Black with #9BBACA

Text Example


Text Example

White with #9BBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBACA; }

 p { color: rgb(155,186,202); }

 H1.HeaderClassName
 {
   color: #9BBACA;
 }
 .AnyTagClassName
 {
   color: #9BBACA;
 }
</style>

background-color css

<style>
 a { background-color: #9BBACA; }

 a { background-color: rgb(155,186,202); }

 div.DivClassName
 {
   background-color: #9BBACA;
 }
 .BgClassName
 {
   background-color: #9BBACA;
 }
</style>

border-color css

<style>
 span { border-color: #9BBACA; }

 span { border-color: rgb(155,186,202); }

 td.TdClassName
 {
   border-color: #9BBACA;
 }
 .TagClassName
 {
   border-color: #9BBACA;
 }
</style>