#BCDAD3

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

Shades of Cruise #BCDAD3

Tints of Cruise #BCDAD3

Color information

#BCDAD3 (or 0xBCDAD3) is unknown color: approx Cruise. HEX triplet: BC, DA and D3. RGB value is (188,218,211). Sum of RGB (Red+Green+Blue) = 188+218+211=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD3 is #43252C. Grayscale: #D0D0D0. Windows color (decimal): -4400429 or 13884092. OLE color: 13884092.

HSL color Cylindrical-coordinate representation of color #BCDAD3: hue angle of 166º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAD3 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB188218211-
CMYK0.1400.030.15
HSL166º28.85%79.61%-
HSV(B)166º13.76%85.49%-
XYZ57.5765.5471.24-
YUV208.23129.56113.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=30.47%
G=35.33%
B=34.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182110.1400.030.1516628.8579.61
HexBCDAD3E03Fa61d50
Octal27433232316031724635120
Binary1011110011011010110100111110011111110100110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAD3; }

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

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

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

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

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

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

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

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