#9BB7C4

Color #9BB7C4 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9BB7C4

Tints of Heather #9BB7C4

Color information

#9BB7C4 (or 0x9BB7C4) is unknown color: approx Heather. HEX triplet: 9B, B7 and C4. RGB value is (155,183,196). Sum of RGB (Red+Green+Blue) = 155+183+196=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BB7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7C4 is #64483B. Grayscale: #B0B0B0. Windows color (decimal): -6572092 or 12892059. OLE color: 12892059.

HSL color Cylindrical-coordinate representation of color #9BB7C4: hue angle of 199.02º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB7C4 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155183196-
CMYK0.210.0700.23
HSL199.02º25.79%68.82%-
HSV(B)199.02º20.92%76.86%-
XYZ40.4144.8258.75-
YUV176.11139.22112.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=29.03%
G=34.27%
B=36.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551831960.210.0700.23199.0225.7968.82
Hex9BB7C4157017c71a45
Octal23326730425702730732105
Binary1001101110110111110001001010111101011111000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,196); }

 H1.HeaderClassName
 {
   color: #9BB7C4;
 }
 .AnyTagClassName
 {
   color: #9BB7C4;
 }
</style>
background-color css

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

 a { background-color: rgb(155,183,196); }

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

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

 span { border-color: rgb(155,183,196); }

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