#BFCDF8

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

Shades of Periwinkle #BFCDF8

Tints of Periwinkle #BFCDF8

Color information

#BFCDF8 (or 0xBFCDF8) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F8. RGB value is (191,205,248). Sum of RGB (Red+Green+Blue) = 191+205+248=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF8 is #403207. Grayscale: #CDCDCD. Windows color (decimal): -4207112 or 16305599. OLE color: 16305599.

HSL color Cylindrical-coordinate representation of color #BFCDF8: hue angle of 225.26º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCDF8 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191205248-
CMYK0.230.1700.03
HSL225.26º80.28%86.08%-
HSV(B)225.26º22.98%97.25%-
XYZ60.2661.5297.5-
YUV205.72151.86117.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=29.66%
G=31.83%
B=38.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912052480.230.1700.03225.2680.2886.08
HexBFCDF8171103e15056
Octal277315370272103341120126
Binary10111111110011011111100010111100010111110000110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF8; }

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

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

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

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

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

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

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

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