#BFD2FE

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

Shades of Periwinkle #BFD2FE

Tints of Periwinkle #BFD2FE

Color information

#BFD2FE (or 0xBFD2FE) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and FE. RGB value is (191,210,254). Sum of RGB (Red+Green+Blue) = 191+210+254=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FE is #402D01. Grayscale: #D1D1D1. Windows color (decimal): -4205826 or 16700095. OLE color: 16700095.

HSL color Cylindrical-coordinate representation of color #BFD2FE: hue angle of 221.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD2FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191210254-
CMYK0.250.1700.00
HSL221.9º96.92%87.25%-
HSV(B)221.9º24.8%99.61%-
XYZ62.4264.33102.89-
YUV209.33153.21114.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=29.16%
G=32.06%
B=38.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912102540.250.1700.00221.996.9287.25
HexBFD2FE191100de6157
Octal277322376312100336141127
Binary1011111111010010111111101100110001001101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2FE; }

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

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

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

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

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

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

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

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