Html Css Color HEX #B1D8CB Jet Stream

📋 copy color: '#B1D8CB'

red 177 ◦ green 216 ◦ blue 203

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

Shades of Jet Stream #B1D8CB

Tints of Jet Stream #B1D8CB

RGB

 RED value IS 177 (69.53% from 255) = 29.7%

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

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

R = 29.7%
G = 36.24%
B = 34.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B1D8CB (or 0xB1D8CB) is known color: Jet Stream. HEX triplet: B1, D8 and CB. RGB value is (177,216,203). Sum of RGB (Red+Green+Blue) = 177+216+203=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D8CB is #4E2734. Grayscale: #CACACA. Windows color (decimal): -5121845 or 13359281. OLE color: 13359281.

HSL color Cylindrical-coordinate representation of color #B1D8CB: hue angle of 160º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D8CB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 203 -
CMYK 0.18 0 0.06 0.15
HSL 160º 0.33% 0.77% -
HSV(B) 160º 0.18% 0.85% -
XYZ 53.47 62.77 65.8 -
YUV 202.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 177 216 203 0.18 0 0.06 0.15 160 0.33 0.77
Hex B1 D8 CB 12 0 6 F A0 21 4D
Octal 261 330 313 22 0 6 17 240 41 115
Binary 10110001 11011000 11001011 10010 0 110 1111 10100000 100001 1001101

Color Harmonies of #B1D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D8CB

Black with #B1D8CB

Text Example


Text Example

White with #B1D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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