#BCDDD5

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

Shades of Cruise #BCDDD5

Tints of Cruise #BCDDD5

Color information

#BCDDD5 (or 0xBCDDD5) is unknown color: approx Cruise. HEX triplet: BC, DD and D5. RGB value is (188,221,213). Sum of RGB (Red+Green+Blue) = 188+221+213=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD5 is #43222A. Grayscale: #D2D2D2. Windows color (decimal): -4399659 or 14015932. OLE color: 14015932.

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

Color convert

RGB188221213-
CMYK0.1500.040.13
HSL165.45º32.67%80.2%-
HSV(B)165.45º14.93%86.67%-
XYZ58.6167.2172.83-
YUV210.22129.57112.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=30.23%
G=35.53%
B=34.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882212130.1500.040.13165.4532.6780.2
HexBCDDD5F04Da52150
Octal27433532517041524541120
Binary101111001101110111010101111101001101101001011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD5; }

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

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

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

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

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

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

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

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