Html Css Color HEX #B2D9CB Jet Stream

📋 copy color: '#B2D9CB'

red 178 ◦ green 217 ◦ blue 203

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

Shades of Jet Stream #B2D9CB

Tints of Jet Stream #B2D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

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

R = 29.77%
G = 36.29%
B = 33.95%

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

#B2D9CB (or 0xB2D9CB) is known color: Jet Stream. HEX triplet: B2, D9 and CB. RGB value is (178,217,203). Sum of RGB (Red+Green+Blue) = 178+217+203=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9CB is #4D2634. Grayscale: #CBCBCB. Windows color (decimal): -5056053 or 13359538. OLE color: 13359538.

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

Color convert

RGB 178 217 203 -
CMYK 0.18 0 0.06 0.15
HSL 158.46º 0.34% 0.77% -
HSV(B) 158.46º 0.18% 0.85% -
XYZ 53.95 63.4 65.89 -
YUV 203.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 178 217 203 0.18 0 0.06 0.15 158.46 0.34 0.77
Hex B2 D9 CB 12 0 6 F 9E 22 4D
Octal 262 331 313 22 0 6 17 236 42 115
Binary 10110010 11011001 11001011 10010 0 110 1111 10011110 100010 1001101

Color Harmonies of #B2D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9CB

Black with #B2D9CB

Text Example


Text Example

White with #B2D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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