Html Css Color HEX #B2DDC8 Jet Stream

📋 copy color: '#B2DDC8'

red 178 ◦ green 221 ◦ blue 200

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

Shades of Jet Stream #B2DDC8

Tints of Jet Stream #B2DDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 29.72%
G = 36.89%
B = 33.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#B2DDC8 (or 0xB2DDC8) is known color: Jet Stream. HEX triplet: B2, DD and C8. RGB value is (178,221,200). Sum of RGB (Red+Green+Blue) = 178+221+200=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC8 is #4D2237. Grayscale: #CDCDCD. Windows color (decimal): -5055032 or 13163954. OLE color: 13163954.

HSL color Cylindrical-coordinate representation of color #B2DDC8: hue angle of 150.7º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDC8 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 200 -
CMYK 0.19 0 0.10 0.13
HSL 150.7º 0.39% 0.78% -
HSV(B) 150.7º 0.19% 0.87% -
XYZ 54.64 65.35 64.38 -
YUV 205.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 178 221 200 0.19 0 0.10 0.13 150.7 0.39 0.78
Hex B2 DD C8 13 0 A D 97 27 4E
Octal 262 335 310 23 0 12 15 227 47 116
Binary 10110010 11011101 11001000 10011 0 1010 1101 10010111 100111 1001110

Color Harmonies of #B2DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DDC8

Black with #B2DDC8

Text Example


Text Example

White with #B2DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DDC8; }

 p { color: rgb(178,221,200); }

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

background-color css

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

 a { background-color: rgb(178,221,200); }

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

border-color css

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

 span { border-color: rgb(178,221,200); }

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