Html Css Color HEX #B4D8CB Jet Stream

📋 copy color: '#B4D8CB'

red 180 ◦ green 216 ◦ blue 203

#B4D8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #B4D8CB

Tints of Jet Stream #B4D8CB

RGB

 RED value IS 180 (70.7% from 255) = 30.05%

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 203 (79.69% from 255) = 33.89%

R = 30.05%
G = 36.06%
B = 33.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B4D8CB (or 0xB4D8CB) is known color: Jet Stream. HEX triplet: B4, D8 and CB. RGB value is (180,216,203). Sum of RGB (Red+Green+Blue) = 180+216+203=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8CB is #4B2734. Grayscale: #CBCBCB. Windows color (decimal): -4925237 or 13359284. OLE color: 13359284.

HSL color Cylindrical-coordinate representation of color #B4D8CB: hue angle of 158.33º 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 #B4D8CB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 203 -
CMYK 0.17 0 0.06 0.15
HSL 158.33º 0.32% 0.78% -
HSV(B) 158.33º 0.17% 0.85% -
XYZ 54.16 63.13 65.83 -
YUV 203.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 180 216 203 0.17 0 0.06 0.15 158.33 0.32 0.78
Hex B4 D8 CB 11 0 6 F 9E 20 4E
Octal 264 330 313 21 0 6 17 236 40 116
Binary 10110100 11011000 11001011 10001 0 110 1111 10011110 100000 1001110

Color Harmonies of #B4D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8CB

Black with #B4D8CB

Text Example


Text Example

White with #B4D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8CB; }

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

 H1.HeaderClassName
 {
   color: #B4D8CB;
 }
 .AnyTagClassName
 {
   color: #B4D8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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