#BCE1D8

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

Shades of Cruise #BCE1D8

Tints of Cruise #BCE1D8

Color information

#BCE1D8 (or 0xBCE1D8) is unknown color: approx Cruise. HEX triplet: BC, E1 and D8. RGB value is (188,225,216). Sum of RGB (Red+Green+Blue) = 188+225+216=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1D8 is #431E27. Grayscale: #D4D4D4. Windows color (decimal): -4398632 or 14213564. OLE color: 14213564.

HSL color Cylindrical-coordinate representation of color #BCE1D8: hue angle of 165.41º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1D8 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB188225216-
CMYK0.1600.040.12
HSL165.41º38.14%80.98%-
HSV(B)165.41º16.44%88.24%-
XYZ60.0669.575.22-
YUV212.91129.74110.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=29.89%
G=35.77%
B=34.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882252160.1600.040.12165.4138.1480.98
HexBCE1D81004Ca52651
Octal27434133020041424546121
Binary1011110011100001110110001000001001100101001011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1D8; }

 p { color: rgb(188,225,216); }

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

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

 a { background-color: rgb(188,225,216); }

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

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

 span { border-color: rgb(188,225,216); }

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