Html Css Color HEX #B1DAC6 Jet Stream

📋 copy color: '#B1DAC6'

red 177 ◦ green 218 ◦ blue 198

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

Shades of Jet Stream #B1DAC6

Tints of Jet Stream #B1DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 29.85%
G = 36.76%
B = 33.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B1DAC6 (or 0xB1DAC6) is known color: Jet Stream. HEX triplet: B1, DA and C6. RGB value is (177,218,198). Sum of RGB (Red+Green+Blue) = 177+218+198=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAC6 is #4E2539. Grayscale: #CBCBCB. Windows color (decimal): -5121338 or 13032113. OLE color: 13032113.

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

Color convert

RGB 177 218 198 -
CMYK 0.19 0 0.09 0.15
HSL 150.73º 0.36% 0.77% -
HSV(B) 150.73º 0.19% 0.85% -
XYZ 53.4 63.57 62.88 -
YUV 203.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 177 218 198 0.19 0 0.09 0.15 150.73 0.36 0.77
Hex B1 DA C6 13 0 9 F 97 24 4D
Octal 261 332 306 23 0 11 17 227 44 115
Binary 10110001 11011010 11000110 10011 0 1001 1111 10010111 100100 1001101

Color Harmonies of #B1DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DAC6

Black with #B1DAC6

Text Example


Text Example

White with #B1DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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