#BFCAEE

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

Shades of Periwinkle #BFCAEE

Tints of Periwinkle #BFCAEE

Color information

#BFCAEE (or 0xBFCAEE) is unknown color: approx Periwinkle. HEX triplet: BF, CA and EE. RGB value is (191,202,238). Sum of RGB (Red+Green+Blue) = 191+202+238=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAEE is #403511. Grayscale: #CACACA. Windows color (decimal): -4207890 or 15649471. OLE color: 15649471.

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

Color convert

RGB191202238-
CMYK0.200.1500.07
HSL225.96º58.02%84.12%-
HSV(B)225.96º19.75%93.33%-
XYZ58.0459.4989.31-
YUV202.82147.86119.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=30.27%
G=32.01%
B=37.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912022380.200.1500.07225.9658.0284.12
HexBFCAEE14F07e23a54
Octal27731235624170734272124
Binary1011111111001010111011101010011110111111000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAEE; }

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

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

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

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

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

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

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

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