#BCDDD8

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

Shades of Cruise #BCDDD8

Tints of Cruise #BCDDD8

Color information

#BCDDD8 (or 0xBCDDD8) is unknown color: approx Cruise. HEX triplet: BC, DD and D8. RGB value is (188,221,216). Sum of RGB (Red+Green+Blue) = 188+221+216=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD8 is #432227. Grayscale: #D2D2D2. Windows color (decimal): -4399656 or 14212540. OLE color: 14212540.

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

Color convert

RGB188221216-
CMYK0.1500.020.13
HSL170.91º32.67%80.2%-
HSV(B)170.91º14.93%86.67%-
XYZ58.9967.3674.86-
YUV210.56131.07111.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=30.08%
G=35.36%
B=34.56%

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
Decimal1882212160.1500.020.13170.9132.6780.2
HexBCDDD8F02Dab2150
Octal27433533017021525341120
Binary10111100110111011101100011110101101101010111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD8; }

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

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

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

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

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

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

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

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