Html Css Color HEX #B1E0CB Cruise

📋 copy color: '#B1E0CB'

red 177 ◦ green 224 ◦ blue 203

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

Shades of Cruise #B1E0CB

Tints of Cruise #B1E0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.09%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 29.3%
G = 37.09%
B = 33.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#B1E0CB (or 0xB1E0CB) is known color: Cruise. HEX triplet: B1, E0 and CB. RGB value is (177,224,203). Sum of RGB (Red+Green+Blue) = 177+224+203=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0CB is #4E1F34. Grayscale: #CFCFCF. Windows color (decimal): -5119797 or 13361329. OLE color: 13361329.

HSL color Cylindrical-coordinate representation of color #B1E0CB: hue angle of 153.19º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E0CB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 224 203 -
CMYK 0.21 0 0.09 0.12
HSL 153.19º 0.43% 0.79% -
HSV(B) 153.19º 0.21% 0.88% -
XYZ 55.57 66.97 66.5 -
YUV 207.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 177 224 203 0.21 0 0.09 0.12 153.19 0.43 0.79
Hex B1 E0 CB 15 0 9 C 99 2B 4F
Octal 261 340 313 25 0 11 14 231 53 117
Binary 10110001 11100000 11001011 10101 0 1001 1100 10011001 101011 1001111

Color Harmonies of #B1E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E0CB

Black with #B1E0CB

Text Example


Text Example

White with #B1E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E0CB; }

 p { color: rgb(177,224,203); }

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

background-color css

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

 a { background-color: rgb(177,224,203); }

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

border-color css

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

 span { border-color: rgb(177,224,203); }

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