Html Css Color HEX #9BBCCB Heather

📋 copy color: '#9BBCCB'

red 155 ◦ green 188 ◦ blue 203

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

Shades of Heather #9BBCCB

Tints of Heather #9BBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 28.39%
G = 34.43%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BBCCB (or 0x9BBCCB) is known color: Heather. HEX triplet: 9B, BC and CB. RGB value is (155,188,203). Sum of RGB (Red+Green+Blue) = 155+188+203=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCCB is #644334. Grayscale: #B3B3B3. Windows color (decimal): -6570805 or 13352091. OLE color: 13352091.

HSL color Cylindrical-coordinate representation of color #9BBCCB: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BBCCB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 188 203 -
CMYK 0.24 0.07 0 0.20
HSL 198.75º 0.32% 0.7% -
HSV(B) 198.75º 0.24% 0.8% -
XYZ 42.28 47.25 63.39 -
YUV 179.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 155 188 203 0.24 0.07 0 0.20 198.75 0.32 0.7
Hex 9B BC CB 18 7 0 14 C7 20 46
Octal 233 274 313 30 7 0 24 307 40 106
Binary 10011011 10111100 11001011 11000 111 0 10100 11000111 100000 1000110

Color Harmonies of #9BBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCCB

Black with #9BBCCB

Text Example


Text Example

White with #9BBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,203); }

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

background-color css

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

 a { background-color: rgb(155,188,203); }

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

border-color css

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

 span { border-color: rgb(155,188,203); }

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