Html Css Color HEX #9BBBC6 Heather

📋 copy color: '#9BBBC6'

red 155 ◦ green 187 ◦ blue 198

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

Shades of Heather #9BBBC6

Tints of Heather #9BBBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 28.7%
G = 34.63%
B = 36.67%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9BBBC6 (or 0x9BBBC6) is known color: Heather. HEX triplet: 9B, BB and C6. RGB value is (155,187,198). Sum of RGB (Red+Green+Blue) = 155+187+198=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #9BBBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBC6 is #644439. Grayscale: #B2B2B2. Windows color (decimal): -6571066 or 13024155. OLE color: 13024155.

HSL color Cylindrical-coordinate representation of color #9BBBC6: hue angle of 195.35º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBBC6 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 187 198 -
CMYK 0.22 0.06 0 0.22
HSL 195.35º 0.27% 0.69% -
HSV(B) 195.35º 0.22% 0.78% -
XYZ 41.48 46.59 60.23 -
YUV 178.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 155 187 198 0.22 0.06 0 0.22 195.35 0.27 0.69
Hex 9B BB C6 16 6 0 16 C3 1B 45
Octal 233 273 306 26 6 0 26 303 33 105
Binary 10011011 10111011 11000110 10110 110 0 10110 11000011 11011 1000101

Color Harmonies of #9BBBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBC6

Black with #9BBBC6

Text Example


Text Example

White with #9BBBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,198); }

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

background-color css

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

 a { background-color: rgb(155,187,198); }

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

border-color css

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

 span { border-color: rgb(155,187,198); }

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