#BFC4EE

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

Shades of Periwinkle #BFC4EE

Tints of Periwinkle #BFC4EE

Color information

#BFC4EE (or 0xBFC4EE) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and EE. RGB value is (191,196,238). Sum of RGB (Red+Green+Blue) = 191+196+238=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4EE is #403B11. Grayscale: #C7C7C7. Windows color (decimal): -4209426 or 15647935. OLE color: 15647935.

HSL color Cylindrical-coordinate representation of color #BFC4EE: hue angle of 233.62º 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 #BFC4EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191196238-
CMYK0.200.1800.07
HSL233.62º58.02%84.12%-
HSV(B)233.62º19.75%93.33%-
XYZ56.6656.7388.85-
YUV199.29149.84122.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=30.56%
G=31.36%
B=38.08%

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
Decimal1911962380.200.1800.07233.6258.0284.12
HexBFC4EE141207ea3a54
Octal27730435624220735272124
Binary10111111110001001110111010100100100111111010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4EE; }

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

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

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

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

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

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

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

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