#BCDCD8

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

Shades of Cruise #BCDCD8

Tints of Cruise #BCDCD8

Color information

#BCDCD8 (or 0xBCDCD8) is unknown color: approx Cruise. HEX triplet: BC, DC and D8. RGB value is (188,220,216). Sum of RGB (Red+Green+Blue) = 188+220+216=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD8 is #432327. Grayscale: #D1D1D1. Windows color (decimal): -4399912 or 14212284. OLE color: 14212284.

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

Color convert

RGB188220216-
CMYK0.1500.020.14
HSL172.5º31.37%80%-
HSV(B)172.5º14.55%86.27%-
XYZ58.7366.8474.77-
YUV209.98131.4112.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=30.13%
G=35.26%
B=34.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882202160.1500.020.14172.531.3780
HexBCDCD8F02Eac1f50
Octal27433433017021625437120
Binary1011110011011100110110001111010111010101100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCD8; }

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

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

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

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

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

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

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

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