#BCDDD9

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

Shades of Cruise #BCDDD9

Tints of Cruise #BCDDD9

Color information

#BCDDD9 (or 0xBCDDD9) is unknown color: approx Cruise. HEX triplet: BC, DD and D9. RGB value is (188,221,217). Sum of RGB (Red+Green+Blue) = 188+221+217=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD9 is #432226. Grayscale: #D2D2D2. Windows color (decimal): -4399655 or 14278076. OLE color: 14278076.

HSL color Cylindrical-coordinate representation of color #BCDDD9: hue angle of 172.73º 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 #BCDDD9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB188221217-
CMYK0.1500.020.13
HSL172.73º32.67%80.2%-
HSV(B)172.73º14.93%86.67%-
XYZ59.1267.4175.54-
YUV210.68131.57111.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=30.03%
G=35.30%
B=34.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212170.1500.020.13172.7332.6780.2
HexBCDDD9F02Dad2150
Octal27433533117021525541120
Binary10111100110111011101100111110101101101011011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD9; }

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

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

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

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

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

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

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

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