#BDE3FF

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

Shades of Pattens Blue #BDE3FF

Tints of Pattens Blue #BDE3FF

Color information

#BDE3FF (or 0xBDE3FF) is unknown color: approx Pattens Blue. HEX triplet: BD, E3 and FF. RGB value is (189,227,255). Sum of RGB (Red+Green+Blue) = 189+227+255=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3FF is #421C00. Grayscale: #DADADA. Windows color (decimal): -4332545 or 16769981. OLE color: 16769981.

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

Color convert

RGB189227255-
CMYK0.260.1100
HSL205.45º100%87.06%-
HSV(B)205.45º25.88%100%-
XYZ66.5172.98105.19-
YUV218.83148.41106.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 38.00%
R=28.17%
G=33.83%
B=38.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892272550.260.1100205.4510087.06
HexBDE3FF1AB00cd6457
Octal275343377321300315144127
Binary101111011110001111111111110101011001100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3FF; }

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

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

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

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

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

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

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

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