#BEDDF4

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

Shades of Pattens Blue #BEDDF4

Tints of Pattens Blue #BEDDF4

Color information

#BEDDF4 (or 0xBEDDF4) is unknown color: approx Pattens Blue. HEX triplet: BE, DD and F4. RGB value is (190,221,244). Sum of RGB (Red+Green+Blue) = 190+221+244=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDF4 is #41220B. Grayscale: #D6D6D6. Windows color (decimal): -4268556 or 16047550. OLE color: 16047550.

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

Color convert

RGB190221244-
CMYK0.220.0900.04
HSL205.56º71.05%85.1%-
HSV(B)205.56º22.13%95.69%-
XYZ63.4269.1995.6-
YUV214.35144.73110.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=29.01%
G=33.74%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902212440.220.0900.04205.5671.0585.1
HexBEDDF416904ce4755
Octal276335364261104316107125
Binary10111110110111011111010010110100101001100111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDF4; }

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

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

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

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

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

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

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

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