#BFDFF9

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

Shades of Pattens Blue #BFDFF9

Tints of Pattens Blue #BFDFF9

Color information

#BFDFF9 (or 0xBFDFF9) is unknown color: approx Pattens Blue. HEX triplet: BF, DF and F9. RGB value is (191,223,249). Sum of RGB (Red+Green+Blue) = 191+223+249=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF9 is #402006. Grayscale: #D8D8D8. Windows color (decimal): -4202503 or 16375743. OLE color: 16375743.

HSL color Cylindrical-coordinate representation of color #BFDFF9: hue angle of 206.9º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDFF9 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191223249-
CMYK0.230.1000.02
HSL206.9º82.86%86.27%-
HSV(B)206.9º23.29%97.65%-
XYZ64.9770.6999.84-
YUV216.4146.4109.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=28.81%
G=33.63%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912232490.230.1000.02206.982.8686.27
HexBFDFF917A02cf5356
Octal277337371271202317123126
Binary1011111111011111111110011011110100101100111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFF9; }

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

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

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

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

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

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

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

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