#BFCFF4

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

Shades of Periwinkle #BFCFF4

Tints of Periwinkle #BFCFF4

Color information

#BFCFF4 (or 0xBFCFF4) is unknown color: approx Periwinkle. HEX triplet: BF, CF and F4. RGB value is (191,207,244). Sum of RGB (Red+Green+Blue) = 191+207+244=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF4 is #40300B. Grayscale: #CECECE. Windows color (decimal): -4206604 or 16043967. OLE color: 16043967.

HSL color Cylindrical-coordinate representation of color #BFCFF4: hue angle of 221.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCFF4 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191207244-
CMYK0.220.1500.04
HSL221.89º70.67%85.29%-
HSV(B)221.89º21.72%95.69%-
XYZ60.1362.2394.43-
YUV206.43149.2116.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 244 (95.70% from 255) = 38.01%
R=29.75%
G=32.24%
B=38.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912072440.220.1500.04221.8970.6785.29
HexBFCFF416F04de4755
Octal277317364261704336107125
Binary10111111110011111111010010110111101001101111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFF4; }

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

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

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

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

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

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

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

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