#BCDFDF

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

Shades of Powder Blue #BCDFDF

Tints of Powder Blue #BCDFDF

Color information

#BCDFDF (or 0xBCDFDF) is unknown color: approx Powder Blue. HEX triplet: BC, DF and DF. RGB value is (188,223,223). Sum of RGB (Red+Green+Blue) = 188+223+223=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BCDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDF is #432020. Grayscale: #D4D4D4. Windows color (decimal): -4399137 or 14671804. OLE color: 14671804.

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

Color convert

RGB188223223-
CMYK0.16000.13
HSL180º35.35%80.59%-
HSV(B)180º15.7%87.45%-
XYZ60.4568.7979.9-
YUV212.53133.9110.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=29.65%
G=35.17%
B=35.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232230.16000.1318035.3580.59
HexBCDFDF1000Db42351
Octal27433733720001526443121
Binary10111100110111111101111110000001101101101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFDF; }

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

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

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

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

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

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

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

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