#BFCCE5

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

Shades of Periwinkle #BFCCE5

Tints of Periwinkle #BFCCE5

Color information

#BFCCE5 (or 0xBFCCE5) is unknown color: approx Periwinkle. HEX triplet: BF, CC and E5. RGB value is (191,204,229). Sum of RGB (Red+Green+Blue) = 191+204+229=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE5 is #40331A. Grayscale: #CACACA. Windows color (decimal): -4207387 or 15060159. OLE color: 15060159.

HSL color Cylindrical-coordinate representation of color #BFCCE5: hue angle of 219.47º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCE5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191204229-
CMYK0.170.1100.10
HSL219.47º42.22%82.35%-
HSV(B)219.47º16.59%89.8%-
XYZ57.2259.9282.68-
YUV202.96142.69119.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=30.61%
G=32.69%
B=36.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912042290.170.1100.10219.4742.2282.35
HexBFCCE511B0Adb2a52
Octal277314345211301233352122
Binary10111111110011001110010110001101101010110110111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCE5; }

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

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

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

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

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

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

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

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