#BFDDFB

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

Shades of Pattens Blue #BFDDFB

Tints of Pattens Blue #BFDDFB

Color information

#BFDDFB (or 0xBFDDFB) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and FB. RGB value is (191,221,251). Sum of RGB (Red+Green+Blue) = 191+221+251=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFB is #402204. Grayscale: #D7D7D7. Windows color (decimal): -4203013 or 16506303. OLE color: 16506303.

HSL color Cylindrical-coordinate representation of color #BFDDFB: hue angle of 210º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDDFB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191221251-
CMYK0.240.1200.02
HSL210º88.24%86.67%-
HSV(B)210º23.9%98.43%-
XYZ64.7569.75101.32-
YUV215.45148.06110.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=28.81%
G=33.33%
B=37.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912212510.240.1200.0221088.2486.67
HexBFDDFB18C02d25857
Octal277335373301402322130127
Binary1011111111011101111110111100011000101101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDFB; }

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

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

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

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

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

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

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

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