#BCE6D9

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

Shades of Cruise #BCE6D9

Tints of Cruise #BCE6D9

Color information

#BCE6D9 (or 0xBCE6D9) is unknown color: approx Cruise. HEX triplet: BC, E6 and D9. RGB value is (188,230,217). Sum of RGB (Red+Green+Blue) = 188+230+217=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6D9 is #431926. Grayscale: #D7D7D7. Windows color (decimal): -4397351 or 14280380. OLE color: 14280380.

HSL color Cylindrical-coordinate representation of color #BCE6D9: hue angle of 161.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6D9 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB188230217-
CMYK0.1800.060.10
HSL161.43º45.65%81.96%-
HSV(B)161.43º18.26%90.2%-
XYZ61.5672.2976.36-
YUV215.96128.59108.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=29.61%
G=36.22%
B=34.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882302170.1800.060.10161.4345.6581.96
HexBCE6D91206Aa12e52
Octal27434633122061224156122
Binary1011110011100110110110011001001101010101000011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6D9; }

 p { color: rgb(188,230,217); }

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

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

 a { background-color: rgb(188,230,217); }

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

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

 span { border-color: rgb(188,230,217); }

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