#BFCFED

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

Shades of Periwinkle #BFCFED

Tints of Periwinkle #BFCFED

Color information

#BFCFED (or 0xBFCFED) is unknown color: approx Periwinkle. HEX triplet: BF, CF and ED. RGB value is (191,207,237). Sum of RGB (Red+Green+Blue) = 191+207+237=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFED is #403012. Grayscale: #CDCDCD. Windows color (decimal): -4206611 or 15585215. OLE color: 15585215.

HSL color Cylindrical-coordinate representation of color #BFCFED: hue angle of 219.13º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCFED is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191207237-
CMYK0.190.1300.07
HSL219.13º56.1%83.92%-
HSV(B)219.13º19.41%92.94%-
XYZ59.0861.8288.94-
YUV205.64145.7117.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=30.08%
G=32.60%
B=37.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912072370.190.1300.07219.1356.183.92
HexBFCFED13D07db3854
Octal27731735523150733370124
Binary1011111111001111111011011001111010111110110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFED; }

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

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

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

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

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

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

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

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