#BCDFD8

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

Shades of Cruise #BCDFD8

Tints of Cruise #BCDFD8

Color information

#BCDFD8 (or 0xBCDFD8) is unknown color: approx Cruise. HEX triplet: BC, DF and D8. RGB value is (188,223,216). Sum of RGB (Red+Green+Blue) = 188+223+216=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD8 is #432027. Grayscale: #D3D3D3. Windows color (decimal): -4399144 or 14213052. OLE color: 14213052.

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

Color convert

RGB188223216-
CMYK0.1600.030.13
HSL168º35.35%80.59%-
HSV(B)168º15.7%87.45%-
XYZ59.5268.4275.04-
YUV211.74130.4111.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=29.98%
G=35.57%
B=34.45%

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
Decimal1882232160.1600.030.1316835.3580.59
HexBCDFD81003Da82351
Octal27433733020031525043121
Binary101111001101111111011000100000111101101010001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFD8; }

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

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

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

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

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

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

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

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