#BFC9EE

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

Shades of Periwinkle #BFC9EE

Tints of Periwinkle #BFC9EE

Color information

#BFC9EE (or 0xBFC9EE) is unknown color: approx Periwinkle. HEX triplet: BF, C9 and EE. RGB value is (191,201,238). Sum of RGB (Red+Green+Blue) = 191+201+238=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9EE is #403611. Grayscale: #CACACA. Windows color (decimal): -4208146 or 15649215. OLE color: 15649215.

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

Color convert

RGB191201238-
CMYK0.200.1600.07
HSL227.23º58.02%84.12%-
HSV(B)227.23º19.75%93.33%-
XYZ57.8159.0289.23-
YUV202.23148.19119.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=30.32%
G=31.90%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912012380.200.1600.07227.2358.0284.12
HexBFC9EE141007e33a54
Octal27731135624200734372124
Binary10111111110010011110111010100100000111111000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9EE; }

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

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

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

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

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

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

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

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