#BDE1FB

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

Shades of Pattens Blue #BDE1FB

Tints of Pattens Blue #BDE1FB

Color information

#BDE1FB (or 0xBDE1FB) is unknown color: approx Pattens Blue. HEX triplet: BD, E1 and FB. RGB value is (189,225,251). Sum of RGB (Red+Green+Blue) = 189+225+251=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1FB is #421E04. Grayscale: #D9D9D9. Windows color (decimal): -4333061 or 16507325. OLE color: 16507325.

HSL color Cylindrical-coordinate representation of color #BDE1FB: hue angle of 205.16º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE1FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189225251-
CMYK0.250.1000.02
HSL205.16º88.57%86.27%-
HSV(B)205.16º24.7%98.43%-
XYZ65.3271.63101.65-
YUV217.2147.07107.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=28.42%
G=33.83%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892252510.250.1000.02205.1688.5786.27
HexBDE1FB19A02cd5956
Octal275341373311202315131126
Binary1011110111100001111110111100110100101100110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1FB; }

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

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

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

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

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

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

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

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