#BFCAEB

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

Shades of Periwinkle #BFCAEB

Tints of Periwinkle #BFCAEB

Color information

#BFCAEB (or 0xBFCAEB) is unknown color: approx Periwinkle. HEX triplet: BF, CA and EB. RGB value is (191,202,235). Sum of RGB (Red+Green+Blue) = 191+202+235=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEB is #403514. Grayscale: #CACACA. Windows color (decimal): -4207893 or 15452863. OLE color: 15452863.

HSL color Cylindrical-coordinate representation of color #BFCAEB: hue angle of 225º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCAEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191202235-
CMYK0.190.1400.08
HSL225º52.38%83.53%-
HSV(B)225º18.72%92.16%-
XYZ57.659.3287.01-
YUV202.47146.36119.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=30.41%
G=32.17%
B=37.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912022350.190.1400.0822552.3883.53
HexBFCAEB13E08e13454
Octal277312353231601034164124
Binary10111111110010101110101110011111001000111000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAEB; }

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

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

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

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

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

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

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

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