#BFCCEA

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

Shades of Periwinkle #BFCCEA

Tints of Periwinkle #BFCCEA

Color information

#BFCCEA (or 0xBFCCEA) is unknown color: approx Periwinkle. HEX triplet: BF, CC and EA. RGB value is (191,204,234). Sum of RGB (Red+Green+Blue) = 191+204+234=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEA is #403315. Grayscale: #CBCBCB. Windows color (decimal): -4207382 or 15387839. OLE color: 15387839.

HSL color Cylindrical-coordinate representation of color #BFCCEA: hue angle of 221.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCCEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191204234-
CMYK0.180.1300.08
HSL221.86º50.59%83.33%-
HSV(B)221.86º18.38%91.76%-
XYZ57.9360.286.41-
YUV203.53145.19119.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=30.37%
G=32.43%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912042340.180.1300.08221.8650.5983.33
HexBFCCEA12D08de3353
Octal277314352221501033663123
Binary10111111110011001110101010010110101000110111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCEA; }

 p { color: rgb(191,204,234); }

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

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

 a { background-color: rgb(191,204,234); }

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

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

 span { border-color: rgb(191,204,234); }

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