#BCDDD7

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

Shades of Cruise #BCDDD7

Tints of Cruise #BCDDD7

Color information

#BCDDD7 (or 0xBCDDD7) is unknown color: approx Cruise. HEX triplet: BC, DD and D7. RGB value is (188,221,215). Sum of RGB (Red+Green+Blue) = 188+221+215=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD7 is #432228. Grayscale: #D2D2D2. Windows color (decimal): -4399657 or 14147004. OLE color: 14147004.

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

Color convert

RGB188221215-
CMYK0.1500.030.13
HSL169.09º32.67%80.2%-
HSV(B)169.09º14.93%86.67%-
XYZ58.8667.3174.18-
YUV210.45130.57111.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=30.13%
G=35.42%
B=34.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212150.1500.030.13169.0932.6780.2
HexBCDDD7F03Da92150
Octal27433532717031525141120
Binary10111100110111011101011111110111101101010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD7; }

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

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

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

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

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

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

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

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