#BCDBD1

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

Shades of Cruise #BCDBD1

Tints of Cruise #BCDBD1

Color information

#BCDBD1 (or 0xBCDBD1) is unknown color: approx Cruise. HEX triplet: BC, DB and D1. RGB value is (188,219,209). Sum of RGB (Red+Green+Blue) = 188+219+209=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD1 is #43242E. Grayscale: #D0D0D0. Windows color (decimal): -4400175 or 13753276. OLE color: 13753276.

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

Color convert

RGB188219209-
CMYK0.1400.050.14
HSL160.65º30.1%79.8%-
HSV(B)160.65º14.16%85.88%-
XYZ57.5865.9670.02-
YUV208.59128.23113.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=30.52%
G=35.55%
B=33.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192090.1400.050.14160.6530.179.8
HexBCDBD1E05Ea11e50
Octal27433332116051624136120
Binary10111100110110111101000111100101111010100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBD1; }

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

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

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

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

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

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

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

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