Html Css Color HEX #B1DAC9 Jet Stream

📋 copy color: '#B1DAC9'

red 177 ◦ green 218 ◦ blue 201

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

Shades of Jet Stream #B1DAC9

Tints of Jet Stream #B1DAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.72%

R = 29.7%
G = 36.58%
B = 33.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#B1DAC9 (or 0xB1DAC9) is known color: Jet Stream. HEX triplet: B1, DA and C9. RGB value is (177,218,201). Sum of RGB (Red+Green+Blue) = 177+218+201=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAC9 is #4E2536. Grayscale: #CBCBCB. Windows color (decimal): -5121335 or 13228721. OLE color: 13228721.

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

Color convert

RGB 177 218 201 -
CMYK 0.19 0 0.08 0.15
HSL 155.12º 0.36% 0.77% -
HSV(B) 155.12º 0.19% 0.85% -
XYZ 53.75 63.71 64.72 -
YUV 203.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 177 218 201 0.19 0 0.08 0.15 155.12 0.36 0.77
Hex B1 DA C9 13 0 8 F 9B 24 4D
Octal 261 332 311 23 0 10 17 233 44 115
Binary 10110001 11011010 11001001 10011 0 1000 1111 10011011 100100 1001101

Color Harmonies of #B1DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DAC9

Black with #B1DAC9

Text Example


Text Example

White with #B1DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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