#BFDDF7

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

Shades of Pattens Blue #BFDDF7

Tints of Pattens Blue #BFDDF7

Color information

#BFDDF7 (or 0xBFDDF7) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and F7. RGB value is (191,221,247). Sum of RGB (Red+Green+Blue) = 191+221+247=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF7 is #402208. Grayscale: #D6D6D6. Windows color (decimal): -4203017 or 16244159. OLE color: 16244159.

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

Color convert

RGB191221247-
CMYK0.230.1100.03
HSL207.86º77.78%85.88%-
HSV(B)207.86º22.67%96.86%-
XYZ64.1369.598.03-
YUV214.99146.06110.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=28.98%
G=33.54%
B=37.48%

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
Decimal1912212470.230.1100.03207.8677.7885.88
HexBFDDF717B03d04e56
Octal277335367271303320116126
Binary1011111111011101111101111011110110111101000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDF7; }

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

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

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

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

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

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

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

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