#BFC3EE

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

Shades of Periwinkle #BFC3EE

Tints of Periwinkle #BFC3EE

Color information

#BFC3EE (or 0xBFC3EE) is unknown color: approx Periwinkle. HEX triplet: BF, C3 and EE. RGB value is (191,195,238). Sum of RGB (Red+Green+Blue) = 191+195+238=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3EE is #403C11. Grayscale: #C6C6C6. Windows color (decimal): -4209682 or 15647679. OLE color: 15647679.

HSL color Cylindrical-coordinate representation of color #BFC3EE: hue angle of 234.89º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC3EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191195238-
CMYK0.200.1800.07
HSL234.89º58.02%84.12%-
HSV(B)234.89º19.75%93.33%-
XYZ56.4356.2888.78-
YUV198.71150.17122.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=30.61%
G=31.25%
B=38.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911952380.200.1800.07234.8958.0284.12
HexBFC3EE141207eb3a54
Octal27730335624220735372124
Binary10111111110000111110111010100100100111111010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3EE; }

 p { color: rgb(191,195,238); }

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

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

 a { background-color: rgb(191,195,238); }

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

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

 span { border-color: rgb(191,195,238); }

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