Html Css Color HEX #B1DACA Jet Stream

📋 copy color: '#B1DACA'

red 177 ◦ green 218 ◦ blue 202

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

Shades of Jet Stream #B1DACA

Tints of Jet Stream #B1DACA

RGB

 RED value IS 177 (69.53% from 255) = 29.65%

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 29.65%
G = 36.52%
B = 33.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#B1DACA (or 0xB1DACA) is known color: Jet Stream. HEX triplet: B1, DA and CA. RGB value is (177,218,202). Sum of RGB (Red+Green+Blue) = 177+218+202=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DACA is #4E2535. Grayscale: #CBCBCB. Windows color (decimal): -5121334 or 13294257. OLE color: 13294257.

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

Color convert

RGB 177 218 202 -
CMYK 0.19 0 0.07 0.15
HSL 156.59º 0.36% 0.77% -
HSV(B) 156.59º 0.19% 0.85% -
XYZ 53.86 63.75 65.34 -
YUV 203.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 177 218 202 0.19 0 0.07 0.15 156.59 0.36 0.77
Hex B1 DA CA 13 0 7 F 9D 24 4D
Octal 261 332 312 23 0 7 17 235 44 115
Binary 10110001 11011010 11001010 10011 0 111 1111 10011101 100100 1001101

Color Harmonies of #B1DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DACA

Black with #B1DACA

Text Example


Text Example

White with #B1DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DACA; }

 p { color: rgb(177,218,202); }

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

background-color css

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

 a { background-color: rgb(177,218,202); }

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

border-color css

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

 span { border-color: rgb(177,218,202); }

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