Html Css Color HEX #B2D8CB Jet Stream

📋 copy color: '#B2D8CB'

red 178 ◦ green 216 ◦ blue 203

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

Shades of Jet Stream #B2D8CB

Tints of Jet Stream #B2D8CB

RGB

 RED value IS 178 (69.92% from 255) = 29.82%

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

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

R = 29.82%
G = 36.18%
B = 34%

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

#B2D8CB (or 0xB2D8CB) is known color: Jet Stream. HEX triplet: B2, D8 and CB. RGB value is (178,216,203). Sum of RGB (Red+Green+Blue) = 178+216+203=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8CB is #4D2734. Grayscale: #CBCBCB. Windows color (decimal): -5056309 or 13359282. OLE color: 13359282.

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

Color convert

RGB 178 216 203 -
CMYK 0.18 0 0.06 0.15
HSL 159.47º 0.33% 0.77% -
HSV(B) 159.47º 0.18% 0.85% -
XYZ 53.7 62.89 65.81 -
YUV 203.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 178 216 203 0.18 0 0.06 0.15 159.47 0.33 0.77
Hex B2 D8 CB 12 0 6 F 9F 21 4D
Octal 262 330 313 22 0 6 17 237 41 115
Binary 10110010 11011000 11001011 10010 0 110 1111 10011111 100001 1001101

Color Harmonies of #B2D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8CB

Black with #B2D8CB

Text Example


Text Example

White with #B2D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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