#BEDDF2

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

Shades of Pattens Blue #BEDDF2

Tints of Pattens Blue #BEDDF2

Color information

#BEDDF2 (or 0xBEDDF2) is unknown color: approx Pattens Blue. HEX triplet: BE, DD and F2. RGB value is (190,221,242). Sum of RGB (Red+Green+Blue) = 190+221+242=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDF2 is #41220D. Grayscale: #D6D6D6. Windows color (decimal): -4268558 or 15916478. OLE color: 15916478.

HSL color Cylindrical-coordinate representation of color #BEDDF2: hue angle of 204.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDDF2 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190221242-
CMYK0.210.0900.05
HSL204.23º66.67%84.71%-
HSV(B)204.23º21.49%94.9%-
XYZ63.1269.0794.01-
YUV214.12143.73110.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=29.10%
G=33.84%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902212420.210.0900.05204.2366.6784.71
HexBEDDF215905cc4355
Octal276335362251105314103125
Binary10111110110111011111001010101100101011100110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDF2; }

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

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

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

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

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

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

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

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