#B2E4CF

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

Shades of Cruise #B2E4CF

Tints of Cruise #B2E4CF

Color information

#B2E4CF (or 0xB2E4CF) is unknown color: approx Cruise. HEX triplet: B2, E4 and CF. RGB value is (178,228,207). Sum of RGB (Red+Green+Blue) = 178+228+207=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4CF is #4D1B30. Grayscale: #D2D2D2. Windows color (decimal): -5053233 or 13624498. OLE color: 13624498.

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

Color convert

RGB178228207-
CMYK0.2200.090.11
HSL154.8º48.08%79.61%-
HSV(B)154.8º21.93%89.41%-
XYZ57.3769.4669.41-
YUV210.66125.94104.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=29.04%
G=37.19%
B=33.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782282070.2200.090.11154.848.0879.61
HexB2E4CF1609B9b3050
Octal262344317260111323360120
Binary10110010111001001100111110110010011011100110111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E4CF; }

 p { color: rgb(178,228,207); }

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

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

 a { background-color: rgb(178,228,207); }

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

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

 span { border-color: rgb(178,228,207); }

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