#BCDDD4

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

Shades of Cruise #BCDDD4

Tints of Cruise #BCDDD4

Color information

#BCDDD4 (or 0xBCDDD4) is unknown color: approx Cruise. HEX triplet: BC, DD and D4. RGB value is (188,221,212). Sum of RGB (Red+Green+Blue) = 188+221+212=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD4 is #43222B. Grayscale: #D2D2D2. Windows color (decimal): -4399660 or 13950396. OLE color: 13950396.

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

Color convert

RGB188221212-
CMYK0.1500.040.13
HSL163.64º32.67%80.2%-
HSV(B)163.64º14.93%86.67%-
XYZ58.4867.1672.17-
YUV210.11129.07112.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=30.27%
G=35.59%
B=34.14%

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
Decimal1882212120.1500.040.13163.6432.6780.2
HexBCDDD4F04Da42150
Octal27433532417041524441120
Binary101111001101110111010100111101001101101001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDD4; }

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

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

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

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

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

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

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

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