#BFDBF2

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

Shades of Pattens Blue #BFDBF2

Tints of Pattens Blue #BFDBF2

Color information

#BFDBF2 (or 0xBFDBF2) is unknown color: approx Pattens Blue. HEX triplet: BF, DB and F2. RGB value is (191,219,242). Sum of RGB (Red+Green+Blue) = 191+219+242=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBF2 is #40240D. Grayscale: #D5D5D5. Windows color (decimal): -4203534 or 15915967. OLE color: 15915967.

HSL color Cylindrical-coordinate representation of color #BFDBF2: hue angle of 207.06º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDBF2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191219242-
CMYK0.210.1000.05
HSL207.06º66.23%84.9%-
HSV(B)207.06º21.07%94.9%-
XYZ62.8468.1593.85-
YUV213.25144.22112.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=29.29%
G=33.59%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912192420.210.1000.05207.0666.2384.9
HexBFDBF215A05cf4255
Octal277333362251205317102125
Binary10111111110110111111001010101101001011100111110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBF2; }

 p { color: rgb(191,219,242); }

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

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

 a { background-color: rgb(191,219,242); }

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

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

 span { border-color: rgb(191,219,242); }

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