#BFDFF6

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

Shades of Pattens Blue #BFDFF6

Tints of Pattens Blue #BFDFF6

Color information

#BFDFF6 (or 0xBFDFF6) is unknown color: approx Pattens Blue. HEX triplet: BF, DF and F6. RGB value is (191,223,246). Sum of RGB (Red+Green+Blue) = 191+223+246=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF6 is #402009. Grayscale: #D7D7D7. Windows color (decimal): -4202506 or 16179135. OLE color: 16179135.

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

Color convert

RGB191223246-
CMYK0.220.0900.04
HSL205.09º75.34%85.69%-
HSV(B)205.09º22.36%96.47%-
XYZ64.5170.5197.4-
YUV216.05144.9110.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=28.94%
G=33.79%
B=37.27%

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
Decimal1912232460.220.0900.04205.0975.3485.69
HexBFDFF616904cd4b56
Octal277337366261104315113126
Binary10111111110111111111011010110100101001100110110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFF6; }

 p { color: rgb(191,223,246); }

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

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

 a { background-color: rgb(191,223,246); }

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

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

 span { border-color: rgb(191,223,246); }

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