#BEDCDF

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

Shades of Powder Blue #BEDCDF

Tints of Powder Blue #BEDCDF

Color information

#BEDCDF (or 0xBEDCDF) is unknown color: approx Powder Blue. HEX triplet: BE, DC and DF. RGB value is (190,220,223). Sum of RGB (Red+Green+Blue) = 190+220+223=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDF is #412320. Grayscale: #D3D3D3. Windows color (decimal): -4268833 or 14671038. OLE color: 14671038.

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

Color convert

RGB190220223-
CMYK0.150.0100.13
HSL185.45º34.02%80.98%-
HSV(B)185.45º14.8%87.45%-
XYZ60.1567.4679.66-
YUV211.37134.56112.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=30.02%
G=34.76%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902202230.150.0100.13185.4534.0280.98
HexBEDCDFF10Db92251
Octal27633433717101527142121
Binary1011111011011100110111111111101101101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCDF; }

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

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

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

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

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

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

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

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