Html Css Color HEX #B2E0CE Cruise

📋 copy color: '#B2E0CE'

red 178 ◦ green 224 ◦ blue 206

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

Shades of Cruise #B2E0CE

Tints of Cruise #B2E0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 29.28%
G = 36.84%
B = 33.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#B2E0CE (or 0xB2E0CE) is known color: Cruise. HEX triplet: B2, E0 and CE. RGB value is (178,224,206). Sum of RGB (Red+Green+Blue) = 178+224+206=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0CE is #4D1F31. Grayscale: #D0D0D0. Windows color (decimal): -5054258 or 13557938. OLE color: 13557938.

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

Color convert

RGB 178 224 206 -
CMYK 0.21 0 0.08 0.12
HSL 156.52º 0.43% 0.79% -
HSV(B) 156.52º 0.21% 0.88% -
XYZ 56.16 67.23 68.41 -
YUV 208.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 178 224 206 0.21 0 0.08 0.12 156.52 0.43 0.79
Hex B2 E0 CE 15 0 8 C 9D 2B 4F
Octal 262 340 316 25 0 10 14 235 53 117
Binary 10110010 11100000 11001110 10101 0 1000 1100 10011101 101011 1001111

Color Harmonies of #B2E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0CE

Black with #B2E0CE

Text Example


Text Example

White with #B2E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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