#BFDCF0

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

Shades of Pattens Blue #BFDCF0

Tints of Pattens Blue #BFDCF0

Color information

#BFDCF0 (or 0xBFDCF0) is unknown color: approx Pattens Blue. HEX triplet: BF, DC and F0. RGB value is (191,220,240). Sum of RGB (Red+Green+Blue) = 191+220+240=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF0 is #40230F. Grayscale: #D5D5D5. Windows color (decimal): -4203280 or 15785151. OLE color: 15785151.

HSL color Cylindrical-coordinate representation of color #BFDCF0: hue angle of 204.49º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCF0 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191220240-
CMYK0.200.0800.06
HSL204.49º62.03%84.51%-
HSV(B)204.49º20.42%94.12%-
XYZ62.8168.5592.36-
YUV213.61142.89111.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=29.34%
G=33.79%
B=36.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912202400.200.0800.06204.4962.0384.51
HexBFDCF014806cc3e55
Octal27733436024100631476125
Binary1011111111011100111100001010010000110110011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCF0; }

 p { color: rgb(191,220,240); }

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

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

 a { background-color: rgb(191,220,240); }

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

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

 span { border-color: rgb(191,220,240); }

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