#BFDCDF

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

Shades of Powder Blue #BFDCDF

Tints of Powder Blue #BFDCDF

Color information

#BFDCDF (or 0xBFDCDF) is unknown color: approx Powder Blue. HEX triplet: BF, DC and DF. RGB value is (191,220,223). Sum of RGB (Red+Green+Blue) = 191+220+223=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCDF is #402320. Grayscale: #D3D3D3. Windows color (decimal): -4203297 or 14671039. OLE color: 14671039.

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

Color convert

RGB191220223-
CMYK0.140.0100.13
HSL185.62º33.33%81.18%-
HSV(B)185.62º14.35%87.45%-
XYZ60.467.5979.67-
YUV211.67134.39113.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=30.13%
G=34.70%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912202230.140.0100.13185.6233.3381.18
HexBFDCDFE10Dba2151
Octal27733433716101527241121
Binary1011111111011100110111111110101101101110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCDF; }

 p { color: rgb(191,220,223); }

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

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

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

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

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

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

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