#BDE0FB

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

Shades of Pattens Blue #BDE0FB

Tints of Pattens Blue #BDE0FB

Color information

#BDE0FB (or 0xBDE0FB) is unknown color: approx Pattens Blue. HEX triplet: BD, E0 and FB. RGB value is (189,224,251). Sum of RGB (Red+Green+Blue) = 189+224+251=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FB is #421F04. Grayscale: #D8D8D8. Windows color (decimal): -4333317 or 16507069. OLE color: 16507069.

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

Color convert

RGB189224251-
CMYK0.250.1100.02
HSL206.13º88.57%86.27%-
HSV(B)206.13º24.7%98.43%-
XYZ65.0571.1101.56-
YUV216.61147.4108.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=28.46%
G=33.73%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892242510.250.1100.02206.1388.5786.27
HexBDE0FB19B02ce5956
Octal275340373311302316131126
Binary1011110111100000111110111100110110101100111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0FB; }

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

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

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

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

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

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

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

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