#BFCAEC

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

Shades of Periwinkle #BFCAEC

Tints of Periwinkle #BFCAEC

Color information

#BFCAEC (or 0xBFCAEC) is unknown color: approx Periwinkle. HEX triplet: BF, CA and EC. RGB value is (191,202,236). Sum of RGB (Red+Green+Blue) = 191+202+236=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEC is #403513. Grayscale: #CACACA. Windows color (decimal): -4207892 or 15518399. OLE color: 15518399.

HSL color Cylindrical-coordinate representation of color #BFCAEC: hue angle of 225.33º degrees, saturation: 0.54, 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 #BFCAEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191202236-
CMYK0.190.1400.07
HSL225.33º54.22%83.73%-
HSV(B)225.33º19.07%92.55%-
XYZ57.7559.3787.77-
YUV202.59146.86119.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=30.37%
G=32.11%
B=37.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912022360.190.1400.07225.3354.2283.73
HexBFCAEC13E07e13654
Octal27731235423160734166124
Binary1011111111001010111011001001111100111111000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAEC; }

 p { color: rgb(191,202,236); }

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

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

 a { background-color: rgb(191,202,236); }

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

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

 span { border-color: rgb(191,202,236); }

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