#BFDDFD

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

Shades of Pattens Blue #BFDDFD

Tints of Pattens Blue #BFDDFD

Color information

#BFDDFD (or 0xBFDDFD) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and FD. RGB value is (191,221,253). Sum of RGB (Red+Green+Blue) = 191+221+253=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFD is #402202. Grayscale: #D7D7D7. Windows color (decimal): -4203011 or 16637375. OLE color: 16637375.

HSL color Cylindrical-coordinate representation of color #BFDDFD: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDDFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191221253-
CMYK0.250.1300.01
HSL210.97º93.94%87.06%-
HSV(B)210.97º24.51%99.22%-
XYZ65.0769.88102.99-
YUV215.68149.06110.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=28.72%
G=33.23%
B=38.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912212530.250.1300.01210.9793.9487.06
HexBFDDFD19D01d35e57
Octal277335375311501323136127
Binary101111111101110111111101110011101011101001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDFD; }

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

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

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

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

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

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

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

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