#BCDAD5

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

Shades of Cruise #BCDAD5

Tints of Cruise #BCDAD5

Color information

#BCDAD5 (or 0xBCDAD5) is unknown color: approx Cruise. HEX triplet: BC, DA and D5. RGB value is (188,218,213). Sum of RGB (Red+Green+Blue) = 188+218+213=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD5 is #43252A. Grayscale: #D0D0D0. Windows color (decimal): -4400427 or 14015164. OLE color: 14015164.

HSL color Cylindrical-coordinate representation of color #BCDAD5: hue angle of 170º 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 #BCDAD5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB188218213-
CMYK0.1400.020.15
HSL170º28.85%79.61%-
HSV(B)170º13.76%85.49%-
XYZ57.8265.6472.57-
YUV208.46130.56113.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=30.37%
G=35.22%
B=34.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182130.1400.020.1517028.8579.61
HexBCDAD5E02Faa1d50
Octal27433232516021725235120
Binary1011110011011010110101011110010111110101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAD5; }

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

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

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

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

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

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

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

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