#BCDED6

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

Shades of Cruise #BCDED6

Tints of Cruise #BCDED6

Color information

#BCDED6 (or 0xBCDED6) is unknown color: approx Cruise. HEX triplet: BC, DE and D6. RGB value is (188,222,214). Sum of RGB (Red+Green+Blue) = 188+222+214=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED6 is #432129. Grayscale: #D2D2D2. Windows color (decimal): -4399402 or 14081724. OLE color: 14081724.

HSL color Cylindrical-coordinate representation of color #BCDED6: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDED6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB188222214-
CMYK0.1500.040.13
HSL165.88º34%80.39%-
HSV(B)165.88º15.32%87.06%-
XYZ5967.7973.59-
YUV210.92129.74111.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=30.13%
G=35.58%
B=34.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882222140.1500.040.13165.883480.39
HexBCDED6F04Da62250
Octal27433632617041524642120
Binary101111001101111011010110111101001101101001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDED6; }

 p { color: rgb(188,222,214); }

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

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

 a { background-color: rgb(188,222,214); }

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

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

 span { border-color: rgb(188,222,214); }

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