#BEDDF6

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

Shades of Pattens Blue #BEDDF6

Tints of Pattens Blue #BEDDF6

Color information

#BEDDF6 (or 0xBEDDF6) is unknown color: approx Pattens Blue. HEX triplet: BE, DD and F6. RGB value is (190,221,246). Sum of RGB (Red+Green+Blue) = 190+221+246=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDF6 is #412209. Grayscale: #D6D6D6. Windows color (decimal): -4268554 or 16178622. OLE color: 16178622.

HSL color Cylindrical-coordinate representation of color #BEDDF6: hue angle of 206.79º 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 #BEDDF6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190221246-
CMYK0.230.1000.04
HSL206.79º75.68%85.49%-
HSV(B)206.79º22.76%96.47%-
XYZ63.7369.3197.21-
YUV214.58145.73110.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=28.92%
G=33.64%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902212460.230.1000.04206.7975.6885.49
HexBEDDF617A04cf4c55
Octal276335366271204317114125
Binary10111110110111011111011010111101001001100111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDF6; }

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

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

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

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

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

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

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

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