#BBDFF7

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

Shades of Pattens Blue #BBDFF7

Tints of Pattens Blue #BBDFF7

Color information

#BBDFF7 (or 0xBBDFF7) is unknown color: approx Pattens Blue. HEX triplet: BB, DF and F7. RGB value is (187,223,247). Sum of RGB (Red+Green+Blue) = 187+223+247=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF7 is #442008. Grayscale: #D6D6D6. Windows color (decimal): -4464649 or 16244667. OLE color: 16244667.

HSL color Cylindrical-coordinate representation of color #BBDFF7: hue angle of 204º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDFF7 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187223247-
CMYK0.240.1000.03
HSL204º78.95%85.1%-
HSV(B)204º24.29%96.86%-
XYZ63.6770.0698.16-
YUV214.97146.07108.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=28.46%
G=33.94%
B=37.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872232470.240.1000.0320478.9585.1
HexBBDFF718A03cc4f55
Octal273337367301203314117125
Binary1011101111011111111101111100010100111100110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF7; }

 p { color: rgb(187,223,247); }

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

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

 a { background-color: rgb(187,223,247); }

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

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

 span { border-color: rgb(187,223,247); }

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