#BEDBF1

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

Shades of Pattens Blue #BEDBF1

Tints of Pattens Blue #BEDBF1

Color information

#BEDBF1 (or 0xBEDBF1) is unknown color: approx Pattens Blue. HEX triplet: BE, DB and F1. RGB value is (190,219,241). Sum of RGB (Red+Green+Blue) = 190+219+241=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBF1 is #41240E. Grayscale: #D4D4D4. Windows color (decimal): -4269071 or 15850430. OLE color: 15850430.

HSL color Cylindrical-coordinate representation of color #BEDBF1: hue angle of 205.88º degrees, saturation: 0.65, 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 #BEDBF1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190219241-
CMYK0.210.0900.05
HSL205.88º64.56%84.51%-
HSV(B)205.88º21.16%94.51%-
XYZ62.4467.9693.05-
YUV212.84143.89111.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=29.23%
G=33.69%
B=37.08%

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
Decimal1902192410.210.0900.05205.8864.5684.51
HexBEDBF115905ce4155
Octal276333361251105316101125
Binary10111110110110111111000110101100101011100111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBF1; }

 p { color: rgb(190,219,241); }

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

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

 a { background-color: rgb(190,219,241); }

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

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

 span { border-color: rgb(190,219,241); }

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