#B2E1CC

Color #B2E1CC Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #B2E1CC

Tints of Cruise #B2E1CC

Color information

#B2E1CC (or 0xB2E1CC) is unknown color: approx 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

RGB178225204-
CMYK0.2100.090.12
HSL153.19º43.93%79.02%-
HSV(B)153.19º20.89%88.24%-
XYZ56.1867.6867.23-
YUV208.55125.43106.21-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782252040.2100.090.12153.1943.9379.02
HexB2E1CC1509C992c4f
Octal262341314250111423154117
Binary10110010111000011100110010101010011100100110011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>