#BDE3FE

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

Shades of Pattens Blue #BDE3FE

Tints of Pattens Blue #BDE3FE

Color information

#BDE3FE (or 0xBDE3FE) is unknown color: approx Pattens Blue. HEX triplet: BD, E3 and FE. RGB value is (189,227,254). Sum of RGB (Red+Green+Blue) = 189+227+254=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3FE is #421C01. Grayscale: #DADADA. Windows color (decimal): -4332546 or 16704445. OLE color: 16704445.

HSL color Cylindrical-coordinate representation of color #BDE3FE: hue angle of 204.92º 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 #BDE3FE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189227254-
CMYK0.260.1100.00
HSL204.92º97.01%86.86%-
HSV(B)204.92º25.59%99.61%-
XYZ66.3472.91104.34-
YUV218.72147.91106.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=28.21%
G=33.88%
B=37.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892272540.260.1100.00204.9297.0186.86
HexBDE3FE1AB00cd6157
Octal275343376321300315141127
Binary101111011110001111111110110101011001100110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3FE; }

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

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

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

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

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

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

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

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