Html Css Color HEX #9BBEC9 Heather

📋 copy color: '#9BBEC9'

red 155 ◦ green 190 ◦ blue 201

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

Shades of Heather #9BBEC9

Tints of Heather #9BBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.8%

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 28.39%
G = 34.8%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BBEC9 (or 0x9BBEC9) is known color: Heather. HEX triplet: 9B, BE and C9. RGB value is (155,190,201). Sum of RGB (Red+Green+Blue) = 155+190+201=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEC9 is #644136. Grayscale: #B4B4B4. Windows color (decimal): -6570295 or 13221531. OLE color: 13221531.

HSL color Cylindrical-coordinate representation of color #9BBEC9: hue angle of 194.35º degrees, saturation: 0.3, 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 #9BBEC9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 190 201 -
CMYK 0.23 0.05 0 0.21
HSL 194.35º 0.3% 0.7% -
HSV(B) 194.35º 0.23% 0.79% -
XYZ 42.47 48.01 62.29 -
YUV 180.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 155 190 201 0.23 0.05 0 0.21 194.35 0.3 0.7
Hex 9B BE C9 17 5 0 15 C2 1E 46
Octal 233 276 311 27 5 0 25 302 36 106
Binary 10011011 10111110 11001001 10111 101 0 10101 11000010 11110 1000110

Color Harmonies of #9BBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEC9

Black with #9BBEC9

Text Example


Text Example

White with #9BBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,201); }

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

background-color css

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

 a { background-color: rgb(155,190,201); }

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

border-color css

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

 span { border-color: rgb(155,190,201); }

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