Html Css Color HEX #B2DDC7 Jet Stream

📋 copy color: '#B2DDC7'

red 178 ◦ green 221 ◦ blue 199

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

Shades of Jet Stream #B2DDC7

Tints of Jet Stream #B2DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.28%

R = 29.77%
G = 36.96%
B = 33.28%

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

#B2DDC7 (or 0xB2DDC7) is known color: Jet Stream. HEX triplet: B2, DD and C7. RGB value is (178,221,199). Sum of RGB (Red+Green+Blue) = 178+221+199=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC7 is #4D2238. Grayscale: #CDCDCD. Windows color (decimal): -5055033 or 13098418. OLE color: 13098418.

HSL color Cylindrical-coordinate representation of color #B2DDC7: hue angle of 149.3º 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 #B2DDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 199 -
CMYK 0.19 0 0.10 0.13
HSL 149.3º 0.39% 0.78% -
HSV(B) 149.3º 0.19% 0.87% -
XYZ 54.53 65.3 63.76 -
YUV 205.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 178 221 199 0.19 0 0.10 0.13 149.3 0.39 0.78
Hex B2 DD C7 13 0 A D 95 27 4E
Octal 262 335 307 23 0 12 15 225 47 116
Binary 10110010 11011101 11000111 10011 0 1010 1101 10010101 100111 1001110

Color Harmonies of #B2DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DDC7

Black with #B2DDC7

Text Example


Text Example

White with #B2DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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