#B4D8CD

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

Shades of Jet Stream #B4D8CD

Tints of Jet Stream #B4D8CD

Color information

#B4D8CD (or 0xB4D8CD) is unknown color: approx Jet Stream. HEX triplet: B4, D8 and CD. RGB value is (180,216,205). Sum of RGB (Red+Green+Blue) = 180+216+205=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8CD is #4B2732. Grayscale: #CBCBCB. Windows color (decimal): -4925235 or 13490356. OLE color: 13490356.

HSL color Cylindrical-coordinate representation of color #B4D8CD: hue angle of 161.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D8CD is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB180216205-
CMYK0.1700.050.15
HSL161.67º31.58%77.65%-
HSV(B)161.67º16.67%84.71%-
XYZ54.463.2267.09-
YUV203.98128.57110.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=29.95%
G=35.94%
B=34.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802162050.1700.050.15161.6731.5877.65
HexB4D8CD1105Fa2204e
Octal26433031521051724240116
Binary1011010011011000110011011000101011111101000101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D8CD; }

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

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

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

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

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

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

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

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