#B4CDC5

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

Shades of Jet Stream #B4CDC5

Tints of Jet Stream #B4CDC5

Color information

#B4CDC5 (or 0xB4CDC5) is unknown color: approx Jet Stream. HEX triplet: B4, CD and C5. RGB value is (180,205,197). Sum of RGB (Red+Green+Blue) = 180+205+197=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC5 is #4B323A. Grayscale: #C4C4C4. Windows color (decimal): -4928059 or 12963252. OLE color: 12963252.

HSL color Cylindrical-coordinate representation of color #B4CDC5: hue angle of 160.8º 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 #B4CDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB180205197-
CMYK0.1200.040.20
HSL160.8º20%75.49%-
HSV(B)160.8º12.2%80.39%-
XYZ50.7357.461.23-
YUV196.61128.22116.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=30.93%
G=35.22%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051970.1200.040.20160.82075.49
HexB4CDC5C0414a1144b
Octal26431530514042424124113
Binary101101001100110111000101110001001010010100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDC5; }

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

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

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

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

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

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

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

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