#B2E0D3

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

Shades of Cruise #B2E0D3

Tints of Cruise #B2E0D3

Color information

#B2E0D3 (or 0xB2E0D3) is unknown color: approx Cruise. HEX triplet: B2, E0 and D3. RGB value is (178,224,211). Sum of RGB (Red+Green+Blue) = 178+224+211=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0D3 is #4D1F2C. Grayscale: #D0D0D0. Windows color (decimal): -5054253 or 13885618. OLE color: 13885618.

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

Color convert

RGB178224211-
CMYK0.2100.060.12
HSL163.04º42.59%78.82%-
HSV(B)163.04º20.54%87.84%-
XYZ56.7767.4871.66-
YUV208.76129.26106.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=29.04%
G=36.54%
B=34.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782242110.2100.060.12163.0442.5978.82
HexB2E0D31506Ca32b4f
Octal26234032325061424353117
Binary1011001011100000110100111010101101100101000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E0D3; }

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

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

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

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

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

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

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

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