#BFDCF1

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

Shades of Pattens Blue #BFDCF1

Tints of Pattens Blue #BFDCF1

Color information

#BFDCF1 (or 0xBFDCF1) is unknown color: approx Pattens Blue. HEX triplet: BF, DC and F1. RGB value is (191,220,241). Sum of RGB (Red+Green+Blue) = 191+220+241=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF1 is #40230E. Grayscale: #D5D5D5. Windows color (decimal): -4203279 or 15850687. OLE color: 15850687.

HSL color Cylindrical-coordinate representation of color #BFDCF1: hue angle of 205.2º degrees, saturation: 0.64, 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 #BFDCF1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191220241-
CMYK0.210.0900.05
HSL205.2º64.1%84.71%-
HSV(B)205.2º20.75%94.51%-
XYZ62.9668.6193.14-
YUV213.72143.39111.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=29.29%
G=33.74%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912202410.210.0900.05205.264.184.71
HexBFDCF115905cd4055
Octal277334361251105315100125
Binary10111111110111001111000110101100101011100110110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCF1; }

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

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

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

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

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

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

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

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