#BCE0D3

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

Shades of Cruise #BCE0D3

Tints of Cruise #BCE0D3

Color information

#BCE0D3 (or 0xBCE0D3) is unknown color: approx Cruise. HEX triplet: BC, E0 and D3. RGB value is (188,224,211). Sum of RGB (Red+Green+Blue) = 188+224+211=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D3 is #431F2C. Grayscale: #D3D3D3. Windows color (decimal): -4398893 or 13885628. OLE color: 13885628.

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

Color convert

RGB188224211-
CMYK0.1600.060.12
HSL158.33º36.73%80.78%-
HSV(B)158.33º16.07%87.84%-
XYZ59.1568.7171.77-
YUV211.75127.57111.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=30.18%
G=35.96%
B=33.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882242110.1600.060.12158.3336.7380.78
HexBCE0D31006C9e2551
Octal27434032320061423645121
Binary1011110011100000110100111000001101100100111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0D3; }

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

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

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

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

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

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

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

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