Html Css Color HEX #B2E0CB Cruise

📋 copy color: '#B2E0CB'

red 178 ◦ green 224 ◦ blue 203

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

Shades of Cruise #B2E0CB

Tints of Cruise #B2E0CB

RGB

 RED value IS 178 (69.92% from 255) = 29.42%

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

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

R = 29.42%
G = 37.02%
B = 33.55%

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

#B2E0CB (or 0xB2E0CB) is known color: Cruise. HEX triplet: B2, E0 and CB. RGB value is (178,224,203). Sum of RGB (Red+Green+Blue) = 178+224+203=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0CB is #4D1F34. Grayscale: #CFCFCF. Windows color (decimal): -5054261 or 13361330. OLE color: 13361330.

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

Color convert

RGB 178 224 203 -
CMYK 0.21 0 0.09 0.12
HSL 152.61º 0.43% 0.79% -
HSV(B) 152.61º 0.21% 0.88% -
XYZ 55.8 67.09 66.51 -
YUV 207.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 178 224 203 0.21 0 0.09 0.12 152.61 0.43 0.79
Hex B2 E0 CB 15 0 9 C 99 2B 4F
Octal 262 340 313 25 0 11 14 231 53 117
Binary 10110010 11100000 11001011 10101 0 1001 1100 10011001 101011 1001111

Color Harmonies of #B2E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0CB

Black with #B2E0CB

Text Example


Text Example

White with #B2E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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