#BCDFDB

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

Shades of Cruise #BCDFDB

Tints of Cruise #BCDFDB

Color information

#BCDFDB (or 0xBCDFDB) is unknown color: approx Cruise. HEX triplet: BC, DF and DB. RGB value is (188,223,219). Sum of RGB (Red+Green+Blue) = 188+223+219=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDB is #432024. Grayscale: #D4D4D4. Windows color (decimal): -4399141 or 14409660. OLE color: 14409660.

HSL color Cylindrical-coordinate representation of color #BCDFDB: hue angle of 173.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFDB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB188223219-
CMYK0.1600.020.13
HSL173.14º35.35%80.59%-
HSV(B)173.14º15.7%87.45%-
XYZ59.9168.5877.1-
YUV212.08131.9110.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=29.84%
G=35.40%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232190.1600.020.13173.1435.3580.59
HexBCDFDB1002Dad2351
Octal27433733320021525543121
Binary101111001101111111011011100000101101101011011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFDB; }

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

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

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

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

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

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

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

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