#BCDCD0

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

Shades of Cruise #BCDCD0

Tints of Cruise #BCDCD0

Color information

#BCDCD0 (or 0xBCDCD0) is unknown color: approx Cruise. HEX triplet: BC, DC and D0. RGB value is (188,220,208). Sum of RGB (Red+Green+Blue) = 188+220+208=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD0 is #43232F. Grayscale: #D1D1D1. Windows color (decimal): -4399920 or 13687996. OLE color: 13687996.

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

Color convert

RGB188220208-
CMYK0.1500.050.14
HSL157.5º31.37%80%-
HSV(B)157.5º14.55%86.27%-
XYZ57.7266.4369.46-
YUV209.06127.4112.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=30.52%
G=35.71%
B=33.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882202080.1500.050.14157.531.3780
HexBCDCD0F05E9e1f50
Octal27433432017051623637120
Binary10111100110111001101000011110101111010011110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCD0; }

 p { color: rgb(188,220,208); }

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

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

 a { background-color: rgb(188,220,208); }

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

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

 span { border-color: rgb(188,220,208); }

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