#BCDAD2

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

Shades of Cruise #BCDAD2

Tints of Cruise #BCDAD2

Color information

#BCDAD2 (or 0xBCDAD2) is unknown color: approx Cruise. HEX triplet: BC, DA and D2. RGB value is (188,218,210). Sum of RGB (Red+Green+Blue) = 188+218+210=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD2 is #43252D. Grayscale: #D0D0D0. Windows color (decimal): -4400430 or 13818556. OLE color: 13818556.

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

Color convert

RGB188218210-
CMYK0.1400.040.15
HSL164º28.85%79.61%-
HSV(B)164º13.76%85.49%-
XYZ57.4465.4970.59-
YUV208.12129.06113.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=30.52%
G=35.39%
B=34.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182100.1400.040.1516428.8579.61
HexBCDAD2E04Fa41d50
Octal27433232216041724435120
Binary10111100110110101101001011100100111110100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAD2; }

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

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

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

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

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

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

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

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