#BFCFF3

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

Shades of Periwinkle #BFCFF3

Tints of Periwinkle #BFCFF3

Color information

#BFCFF3 (or 0xBFCFF3) is unknown color: approx Periwinkle. HEX triplet: BF, CF and F3. RGB value is (191,207,243). Sum of RGB (Red+Green+Blue) = 191+207+243=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF3 is #40300C. Grayscale: #CECECE. Windows color (decimal): -4206605 or 15978431. OLE color: 15978431.

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

Color convert

RGB191207243-
CMYK0.210.1500.05
HSL221.54º68.42%85.1%-
HSV(B)221.54º21.4%95.29%-
XYZ59.9862.1793.63-
YUV206.32148.7117.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=29.80%
G=32.29%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912072430.210.1500.05221.5468.4285.1
HexBFCFF315F05de4455
Octal277317363251705336104125
Binary10111111110011111111001110101111101011101111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFF3; }

 p { color: rgb(191,207,243); }

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

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

 a { background-color: rgb(191,207,243); }

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

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

 span { border-color: rgb(191,207,243); }

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