#BDE0F6

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

Shades of Pattens Blue #BDE0F6

Tints of Pattens Blue #BDE0F6

Color information

#BDE0F6 (or 0xBDE0F6) is unknown color: approx Pattens Blue. HEX triplet: BD, E0 and F6. RGB value is (189,224,246). Sum of RGB (Red+Green+Blue) = 189+224+246=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F6 is #421F09. Grayscale: #D7D7D7. Windows color (decimal): -4333322 or 16179389. OLE color: 16179389.

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

Color convert

RGB189224246-
CMYK0.230.0900.04
HSL203.16º76%85.29%-
HSV(B)203.16º23.17%96.47%-
XYZ64.2870.7897.46-
YUV216.04144.9108.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=28.68%
G=33.99%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892242460.230.0900.04203.167685.29
HexBDE0F617904cb4c55
Octal275340366271104313114125
Binary10111101111000001111011010111100101001100101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0F6; }

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

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

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

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

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

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

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

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