#BCDFD9

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

Shades of Cruise #BCDFD9

Tints of Cruise #BCDFD9

Color information

#BCDFD9 (or 0xBCDFD9) is unknown color: approx Cruise. HEX triplet: BC, DF and D9. RGB value is (188,223,217). Sum of RGB (Red+Green+Blue) = 188+223+217=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD9 is #432026. Grayscale: #D3D3D3. Windows color (decimal): -4399143 or 14278588. OLE color: 14278588.

HSL color Cylindrical-coordinate representation of color #BCDFD9: hue angle of 169.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB188223217-
CMYK0.1600.030.13
HSL169.71º35.35%80.59%-
HSV(B)169.71º15.7%87.45%-
XYZ59.6568.4875.72-
YUV211.85130.9110.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=29.94%
G=35.51%
B=34.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232170.1600.030.13169.7135.3580.59
HexBCDFD91003Daa2351
Octal27433733120031525243121
Binary101111001101111111011001100000111101101010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFD9; }

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

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

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

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

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

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

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

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