#B2E3D5

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

Shades of Cruise #B2E3D5

Tints of Cruise #B2E3D5

Color information

#B2E3D5 (or 0xB2E3D5) is unknown color: approx Cruise. HEX triplet: B2, E3 and D5. RGB value is (178,227,213). Sum of RGB (Red+Green+Blue) = 178+227+213=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E3D5 is #4D1C2A. Grayscale: #D2D2D2. Windows color (decimal): -5053483 or 14017458. OLE color: 14017458.

HSL color Cylindrical-coordinate representation of color #B2E3D5: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E3D5 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB178227213-
CMYK0.2200.060.11
HSL162.86º46.67%79.41%-
HSV(B)162.86º21.59%89.02%-
XYZ57.8469.2173.26-
YUV210.75129.27104.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.80%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=28.80%
G=36.73%
B=34.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782272130.2200.060.11162.8646.6779.41
HexB2E3D51606Ba32f4f
Octal26234332526061324357117
Binary1011001011100011110101011011001101011101000111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E3D5; }

 p { color: rgb(178,227,213); }

 H1.HeaderClassName
 {
   color: #B2E3D5;
 }
 .AnyTagClassName
 {
   color: #B2E3D5;
 }
</style>
background-color css

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

 a { background-color: rgb(178,227,213); }

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

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

 span { border-color: rgb(178,227,213); }

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