Html Css Color HEX #B2DAC7 Jet Stream

📋 copy color: '#B2DAC7'

red 178 ◦ green 218 ◦ blue 199

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

Shades of Jet Stream #B2DAC7

Tints of Jet Stream #B2DAC7

RGB

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

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

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

R = 29.92%
G = 36.64%
B = 33.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B2DAC7 (or 0xB2DAC7) is known color: Jet Stream. HEX triplet: B2, DA and C7. RGB value is (178,218,199). Sum of RGB (Red+Green+Blue) = 178+218+199=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAC7 is #4D2538. Grayscale: #CBCBCB. Windows color (decimal): -5055801 or 13097650. OLE color: 13097650.

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

Color convert

RGB 178 218 199 -
CMYK 0.18 0 0.09 0.15
HSL 151.5º 0.35% 0.78% -
HSV(B) 151.5º 0.18% 0.85% -
XYZ 53.74 63.73 63.5 -
YUV 203.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 178 218 199 0.18 0 0.09 0.15 151.5 0.35 0.78
Hex B2 DA C7 12 0 9 F 98 23 4E
Octal 262 332 307 22 0 11 17 230 43 116
Binary 10110010 11011010 11000111 10010 0 1001 1111 10011000 100011 1001110

Color Harmonies of #B2DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAC7

Black with #B2DAC7

Text Example


Text Example

White with #B2DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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