#BFCDF7

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

Shades of Periwinkle #BFCDF7

Tints of Periwinkle #BFCDF7

Color information

#BFCDF7 (or 0xBFCDF7) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F7. RGB value is (191,205,247). Sum of RGB (Red+Green+Blue) = 191+205+247=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFCDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF7 is #403208. Grayscale: #CDCDCD. Windows color (decimal): -4207113 or 16240063. OLE color: 16240063.

HSL color Cylindrical-coordinate representation of color #BFCDF7: hue angle of 225º degrees, saturation: 0.78, 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 #BFCDF7 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191205247-
CMYK0.230.1700.03
HSL225º77.78%85.88%-
HSV(B)225º22.67%96.86%-
XYZ60.1161.4596.69-
YUV205.6151.36117.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=29.70%
G=31.88%
B=38.41%

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
Decimal1912052470.230.1700.0322577.7885.88
HexBFCDF7171103e14e56
Octal277315367272103341116126
Binary10111111110011011111011110111100010111110000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF7; }

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

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

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

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

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

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

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

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