Html Css Color HEX #B2DACB Jet Stream

📋 copy color: '#B2DACB'

red 178 ◦ green 218 ◦ blue 203

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

Shades of Jet Stream #B2DACB

Tints of Jet Stream #B2DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

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

R = 29.72%
G = 36.39%
B = 33.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#B2DACB (or 0xB2DACB) is known color: Jet Stream. HEX triplet: B2, DA and CB. RGB value is (178,218,203). Sum of RGB (Red+Green+Blue) = 178+218+203=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACB is #4D2534. Grayscale: #CCCCCC. Windows color (decimal): -5055797 or 13359794. OLE color: 13359794.

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

Color convert

RGB 178 218 203 -
CMYK 0.18 0 0.07 0.15
HSL 157.5º 0.35% 0.78% -
HSV(B) 157.5º 0.18% 0.85% -
XYZ 54.21 63.92 65.98 -
YUV 204.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 178 218 203 0.18 0 0.07 0.15 157.5 0.35 0.78
Hex B2 DA CB 12 0 7 F 9E 23 4E
Octal 262 332 313 22 0 7 17 236 43 116
Binary 10110010 11011010 11001011 10010 0 111 1111 10011110 100011 1001110

Color Harmonies of #B2DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DACB

Black with #B2DACB

Text Example


Text Example

White with #B2DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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