#BDE1F7

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

Shades of Pattens Blue #BDE1F7

Tints of Pattens Blue #BDE1F7

Color information

#BDE1F7 (or 0xBDE1F7) is unknown color: approx Pattens Blue. HEX triplet: BD, E1 and F7. RGB value is (189,225,247). Sum of RGB (Red+Green+Blue) = 189+225+247=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F7 is #421E08. Grayscale: #D8D8D8. Windows color (decimal): -4333065 or 16245181. OLE color: 16245181.

HSL color Cylindrical-coordinate representation of color #BDE1F7: hue angle of 202.76º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE1F7 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189225247-
CMYK0.230.0900.03
HSL202.76º78.38%85.49%-
HSV(B)202.76º23.48%96.86%-
XYZ64.771.3898.36-
YUV216.74145.07108.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=28.59%
G=34.04%
B=37.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892252470.230.0900.03202.7678.3885.49
HexBDE1F717903cb4e55
Octal275341367271103313116125
Binary1011110111100001111101111011110010111100101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1F7; }

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

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

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

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

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

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

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

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