#BCDDD2

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

Shades of Cruise #BCDDD2

Tints of Cruise #BCDDD2

Color information

#BCDDD2 (or 0xBCDDD2) is unknown color: approx Cruise. HEX triplet: BC, DD and D2. RGB value is (188,221,210). Sum of RGB (Red+Green+Blue) = 188+221+210=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD2 is #43222D. Grayscale: #D1D1D1. Windows color (decimal): -4399662 or 13819324. OLE color: 13819324.

HSL color Cylindrical-coordinate representation of color #BCDDD2: hue angle of 160º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDD2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB188221210-
CMYK0.1500.050.13
HSL160º32.67%80.2%-
HSV(B)160º14.93%86.67%-
XYZ58.2367.0670.85-
YUV209.88128.07112.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=30.37%
G=35.70%
B=33.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212100.1500.050.1316032.6780.2
HexBCDDD2F05Da02150
Octal27433532217051524041120
Binary101111001101110111010010111101011101101000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD2; }

 p { color: rgb(188,221,210); }

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

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

 a { background-color: rgb(188,221,210); }

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

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

 span { border-color: rgb(188,221,210); }

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