#BDE2FF

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

Shades of Pattens Blue #BDE2FF

Tints of Pattens Blue #BDE2FF

Color information

#BDE2FF (or 0xBDE2FF) is unknown color: approx Pattens Blue. HEX triplet: BD, E2 and FF. RGB value is (189,226,255). Sum of RGB (Red+Green+Blue) = 189+226+255=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2FF is #421D00. Grayscale: #DADADA. Windows color (decimal): -4332801 or 16769725. OLE color: 16769725.

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

Color convert

RGB189226255-
CMYK0.260.1100
HSL206.36º100%87.06%-
HSV(B)206.36º25.88%100%-
XYZ66.2372.43105.1-
YUV218.24148.74107.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 255 (100% from 255) = 38.06%
R=28.21%
G=33.73%
B=38.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892262550.260.1100206.3610087.06
HexBDE2FF1AB00ce6457
Octal275342377321300316144127
Binary101111011110001011111111110101011001100111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2FF; }

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

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

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

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

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

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

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

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