#BCDBD3

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

Shades of Cruise #BCDBD3

Tints of Cruise #BCDBD3

Color information

#BCDBD3 (or 0xBCDBD3) is unknown color: approx Cruise. HEX triplet: BC, DB and D3. RGB value is (188,219,211). Sum of RGB (Red+Green+Blue) = 188+219+211=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD3 is #43242C. Grayscale: #D0D0D0. Windows color (decimal): -4400173 or 13884348. OLE color: 13884348.

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

Color convert

RGB188219211-
CMYK0.1400.040.14
HSL164.52º30.1%79.8%-
HSV(B)164.52º14.16%85.88%-
XYZ57.8366.0671.33-
YUV208.82129.23113.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=30.42%
G=35.44%
B=34.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192110.1400.040.14164.5230.179.8
HexBCDBD3E04Ea51e50
Octal27433332316041624536120
Binary10111100110110111101001111100100111010100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBD3; }

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

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

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

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

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

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

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

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