#BDE1FD

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

Shades of Pattens Blue #BDE1FD

Tints of Pattens Blue #BDE1FD

Color information

#BDE1FD (or 0xBDE1FD) is unknown color: approx Pattens Blue. HEX triplet: BD, E1 and FD. RGB value is (189,225,253). Sum of RGB (Red+Green+Blue) = 189+225+253=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1FD is #421E02. Grayscale: #D9D9D9. Windows color (decimal): -4333059 or 16638397. OLE color: 16638397.

HSL color Cylindrical-coordinate representation of color #BDE1FD: hue angle of 206.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE1FD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189225253-
CMYK0.250.1100.01
HSL206.25º94.12%86.67%-
HSV(B)206.25º25.3%99.22%-
XYZ65.6471.76103.32-
YUV217.43148.07107.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=28.34%
G=33.73%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892252530.250.1100.01206.2594.1286.67
HexBDE1FD19B01ce5e57
Octal275341375311301316136127
Binary101111011110000111111101110011011011100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1FD; }

 p { color: rgb(189,225,253); }

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

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

 a { background-color: rgb(189,225,253); }

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

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

 span { border-color: rgb(189,225,253); }

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