#B7CCC6

Color #B7CCC6 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B7CCC6

Tints of Jet Stream #B7CCC6

Color information

#B7CCC6 (or 0xB7CCC6) is unknown color: approx Jet Stream. HEX triplet: B7, CC and C6. RGB value is (183,204,198). Sum of RGB (Red+Green+Blue) = 183+204+198=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC6 is #483339. Grayscale: #C5C5C5. Windows color (decimal): -4731706 or 13028535. OLE color: 13028535.

HSL color Cylindrical-coordinate representation of color #B7CCC6: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCC6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB183204198-
CMYK0.1000.030.2
HSL162.86º17.07%75.88%-
HSV(B)162.86º10.29%80%-
XYZ51.3157.3361.79-
YUV197.04128.54117.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=31.28%
G=34.87%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041980.1000.030.2162.8617.0775.88
HexB7CCC6A0314a3114c
Octal26731430612032424321114
Binary10110111110011001100011010100111010010100011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCC6; }

 p { color: rgb(183,204,198); }

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

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

 a { background-color: rgb(183,204,198); }

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

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

 span { border-color: rgb(183,204,198); }

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