#B4CDC6

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

Shades of Jet Stream #B4CDC6

Tints of Jet Stream #B4CDC6

Color information

#B4CDC6 (or 0xB4CDC6) is unknown color: approx Jet Stream. HEX triplet: B4, CD and C6. RGB value is (180,205,198). Sum of RGB (Red+Green+Blue) = 180+205+198=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC6 is #4B3239. Grayscale: #C4C4C4. Windows color (decimal): -4928058 or 13028788. OLE color: 13028788.

HSL color Cylindrical-coordinate representation of color #B4CDC6: hue angle of 163.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CDC6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB180205198-
CMYK0.1200.030.20
HSL163.2º20%75.49%-
HSV(B)163.2º12.2%80.39%-
XYZ50.8557.4461.83-
YUV196.73128.72116.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=30.87%
G=35.16%
B=33.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051980.1200.030.20163.22075.49
HexB4CDC6C0314a3144b
Octal26431530614032424324113
Binary10110100110011011100011011000111010010100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDC6; }

 p { color: rgb(180,205,198); }

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

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

 a { background-color: rgb(180,205,198); }

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

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

 span { border-color: rgb(180,205,198); }

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