#BEDDF7

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

Shades of Pattens Blue #BEDDF7

Tints of Pattens Blue #BEDDF7

Color information

#BEDDF7 (or 0xBEDDF7) is unknown color: approx Pattens Blue. HEX triplet: BE, DD and F7. RGB value is (190,221,247). Sum of RGB (Red+Green+Blue) = 190+221+247=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDF7 is #412208. Grayscale: #D6D6D6. Windows color (decimal): -4268553 or 16244158. OLE color: 16244158.

HSL color Cylindrical-coordinate representation of color #BEDDF7: hue angle of 207.37º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDDF7 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190221247-
CMYK0.230.1100.03
HSL207.37º78.08%85.69%-
HSV(B)207.37º23.08%96.86%-
XYZ63.8869.3898.02-
YUV214.7146.23110.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=28.88%
G=33.59%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902212470.230.1100.03207.3778.0885.69
HexBEDDF717B03cf4e56
Octal276335367271303317116126
Binary1011111011011101111101111011110110111100111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDF7; }

 p { color: rgb(190,221,247); }

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

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

 a { background-color: rgb(190,221,247); }

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

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

 span { border-color: rgb(190,221,247); }

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