Html Css Color HEX #B1DEC9 Cruise

📋 copy color: '#B1DEC9'

red 177 ◦ green 222 ◦ blue 201

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

Shades of Cruise #B1DEC9

Tints of Cruise #B1DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 29.5%
G = 37%
B = 33.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B1DEC9 (or 0xB1DEC9) is known color: Cruise. HEX triplet: B1, DE and C9. RGB value is (177,222,201). Sum of RGB (Red+Green+Blue) = 177+222+201=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEC9 is #4E2136. Grayscale: #CECECE. Windows color (decimal): -5120311 or 13229745. OLE color: 13229745.

HSL color Cylindrical-coordinate representation of color #B1DEC9: hue angle of 152º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 201 -
CMYK 0.20 0 0.09 0.13
HSL 152º 0.41% 0.78% -
HSV(B) 152º 0.2% 0.87% -
XYZ 54.8 65.81 65.07 -
YUV 206.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 177 222 201 0.20 0 0.09 0.13 152 0.41 0.78
Hex B1 DE C9 14 0 9 D 98 29 4E
Octal 261 336 311 24 0 11 15 230 51 116
Binary 10110001 11011110 11001001 10100 0 1001 1101 10011000 101001 1001110

Color Harmonies of #B1DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEC9

Black with #B1DEC9

Text Example


Text Example

White with #B1DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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