#BFCFEE

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

Shades of Periwinkle #BFCFEE

Tints of Periwinkle #BFCFEE

Color information

#BFCFEE (or 0xBFCFEE) is unknown color: approx Periwinkle. HEX triplet: BF, CF and EE. RGB value is (191,207,238). Sum of RGB (Red+Green+Blue) = 191+207+238=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEE is #403011. Grayscale: #CDCDCD. Windows color (decimal): -4206610 or 15650751. OLE color: 15650751.

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

Color convert

RGB191207238-
CMYK0.200.1300.07
HSL219.57º58.02%84.12%-
HSV(B)219.57º19.75%93.33%-
XYZ59.2361.8889.71-
YUV205.75146.2117.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=30.03%
G=32.55%
B=37.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912072380.200.1300.07219.5758.0284.12
HexBFCFEE14D07dc3a54
Octal27731735624150733472124
Binary1011111111001111111011101010011010111110111001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFEE; }

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

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

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

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

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

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

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

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