#BDE0FE

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

Shades of Pattens Blue #BDE0FE

Tints of Pattens Blue #BDE0FE

Color information

#BDE0FE (or 0xBDE0FE) is unknown color: approx Pattens Blue. HEX triplet: BD, E0 and FE. RGB value is (189,224,254). Sum of RGB (Red+Green+Blue) = 189+224+254=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FE is #421F01. Grayscale: #D8D8D8. Windows color (decimal): -4333314 or 16703677. OLE color: 16703677.

HSL color Cylindrical-coordinate representation of color #BDE0FE: hue angle of 207.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE0FE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189224254-
CMYK0.260.1200.00
HSL207.69º97.01%86.86%-
HSV(B)207.69º25.59%99.61%-
XYZ65.5371.29104.07-
YUV216.96148.9108.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=28.34%
G=33.58%
B=38.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892242540.260.1200.00207.6997.0186.86
HexBDE0FE1AC00d06157
Octal275340376321400320141127
Binary101111011110000011111110110101100001101000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0FE; }

 p { color: rgb(189,224,254); }

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

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

 a { background-color: rgb(189,224,254); }

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

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

 span { border-color: rgb(189,224,254); }

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