#BCDBD4

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

Shades of Cruise #BCDBD4

Tints of Cruise #BCDBD4

Color information

#BCDBD4 (or 0xBCDBD4) is unknown color: approx Cruise. HEX triplet: BC, DB and D4. RGB value is (188,219,212). Sum of RGB (Red+Green+Blue) = 188+219+212=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD4 is #43242B. Grayscale: #D0D0D0. Windows color (decimal): -4400172 or 13949884. OLE color: 13949884.

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

Color convert

RGB188219212-
CMYK0.1400.030.14
HSL166.45º30.1%79.8%-
HSV(B)166.45º14.16%85.88%-
XYZ57.9566.1171.99-
YUV208.93129.73113.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=30.37%
G=35.38%
B=34.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192120.1400.030.14166.4530.179.8
HexBCDBD4E03Ea61e50
Octal27433332416031624636120
Binary1011110011011011110101001110011111010100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBD4; }

 p { color: rgb(188,219,212); }

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

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

 a { background-color: rgb(188,219,212); }

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

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

 span { border-color: rgb(188,219,212); }

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