Html Css Color HEX #B2E1CC Cruise

📋 copy color: '#B2E1CC'

red 178 ◦ green 225 ◦ blue 204

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

Shades of Cruise #B2E1CC

Tints of Cruise #B2E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 204 (80.08% from 255) = 33.61%

R = 29.32%
G = 37.07%
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

#B2E1CC (or 0xB2E1CC) is known color: Cruise. HEX triplet: B2, E1 and CC. RGB value is (178,225,204). Sum of RGB (Red+Green+Blue) = 178+225+204=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1CC is #4D1E33. Grayscale: #D0D0D0. Windows color (decimal): -5054004 or 13427122. OLE color: 13427122.

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

Color convert

RGB 178 225 204 -
CMYK 0.21 0 0.09 0.12
HSL 153.19º 0.44% 0.79% -
HSV(B) 153.19º 0.21% 0.88% -
XYZ 56.18 67.68 67.23 -
YUV 208.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 178 225 204 0.21 0 0.09 0.12 153.19 0.44 0.79
Hex B2 E1 CC 15 0 9 C 99 2C 4F
Octal 262 341 314 25 0 11 14 231 54 117
Binary 10110010 11100001 11001100 10101 0 1001 1100 10011001 101100 1001111

Color Harmonies of #B2E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E1CC

Black with #B2E1CC

Text Example


Text Example

White with #B2E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E1CC; }

 p { color: rgb(178,225,204); }

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

background-color css

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

 a { background-color: rgb(178,225,204); }

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

border-color css

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

 span { border-color: rgb(178,225,204); }

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