#BFD2F8

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

Shades of Periwinkle #BFD2F8

Tints of Periwinkle #BFD2F8

Color information

#BFD2F8 (or 0xBFD2F8) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and F8. RGB value is (191,210,248). Sum of RGB (Red+Green+Blue) = 191+210+248=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFD2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F8 is #402D07. Grayscale: #D0D0D0. Windows color (decimal): -4205832 or 16306879. OLE color: 16306879.

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

Color convert

RGB191210248-
CMYK0.230.1500.03
HSL220º80.28%86.08%-
HSV(B)220º22.98%97.25%-
XYZ61.4863.9597.91-
YUV208.65150.21115.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=29.43%
G=32.36%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912102480.230.1500.0322080.2886.08
HexBFD2F817F03dc5056
Octal277322370271703334120126
Binary1011111111010010111110001011111110111101110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2F8; }

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

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

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

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

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

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

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

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