#BFCDE8

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

Shades of Periwinkle #BFCDE8

Tints of Periwinkle #BFCDE8

Color information

#BFCDE8 (or 0xBFCDE8) is unknown color: approx Periwinkle. HEX triplet: BF, CD and E8. RGB value is (191,205,232). Sum of RGB (Red+Green+Blue) = 191+205+232=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDE8 is #403217. Grayscale: #CBCBCB. Windows color (decimal): -4207128 or 15257023. OLE color: 15257023.

HSL color Cylindrical-coordinate representation of color #BFCDE8: hue angle of 219.51º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCDE8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191205232-
CMYK0.180.1200.09
HSL219.51º47.13%82.94%-
HSV(B)219.51º17.67%90.98%-
XYZ57.8860.5784.98-
YUV203.89143.86118.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=30.41%
G=32.64%
B=36.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912052320.180.1200.09219.5147.1382.94
HexBFCDE812C09dc2f53
Octal277315350221401133457123
Binary10111111110011011110100010010110001001110111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDE8; }

 p { color: rgb(191,205,232); }

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

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

 a { background-color: rgb(191,205,232); }

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

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

 span { border-color: rgb(191,205,232); }

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