#BCE0D7

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

Shades of Cruise #BCE0D7

Tints of Cruise #BCE0D7

Color information

#BCE0D7 (or 0xBCE0D7) is unknown color: approx Cruise. HEX triplet: BC, E0 and D7. RGB value is (188,224,215). Sum of RGB (Red+Green+Blue) = 188+224+215=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D7 is #431F28. Grayscale: #D4D4D4. Windows color (decimal): -4398889 or 14147772. OLE color: 14147772.

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

Color convert

RGB188224215-
CMYK0.1600.040.12
HSL165º36.73%80.78%-
HSV(B)165º16.07%87.84%-
XYZ59.6668.9174.45-
YUV212.21129.57110.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=29.98%
G=35.73%
B=34.29%

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
Decimal1882242150.1600.040.1216536.7380.78
HexBCE0D71004Ca52551
Octal27434032720041424545121
Binary1011110011100000110101111000001001100101001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0D7; }

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

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

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

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

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

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

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

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