#BDE5FF

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

Shades of Pattens Blue #BDE5FF

Tints of Pattens Blue #BDE5FF

Color information

#BDE5FF (or 0xBDE5FF) is unknown color: approx Pattens Blue. HEX triplet: BD, E5 and FF. RGB value is (189,229,255). Sum of RGB (Red+Green+Blue) = 189+229+255=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FF is #421A00. Grayscale: #DBDBDB. Windows color (decimal): -4332033 or 16770493. OLE color: 16770493.

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

Color convert

RGB189229255-
CMYK0.260.1000
HSL203.64º100%87.06%-
HSV(B)203.64º25.88%100%-
XYZ67.0674.08105.37-
YUV220147.75105.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 255 (100% from 255) = 37.89%
R=28.08%
G=34.03%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892292550.260.1000203.6410087.06
HexBDE5FF1AA00cc6457
Octal275345377321200314144127
Binary101111011110010111111111110101010001100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5FF; }

 p { color: rgb(189,229,255); }

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

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

 a { background-color: rgb(189,229,255); }

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

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

 span { border-color: rgb(189,229,255); }

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