#BFD2FD

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

Shades of Periwinkle #BFD2FD

Tints of Periwinkle #BFD2FD

Color information

#BFD2FD (or 0xBFD2FD) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and FD. RGB value is (191,210,253). Sum of RGB (Red+Green+Blue) = 191+210+253=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FD is #402D02. Grayscale: #D1D1D1. Windows color (decimal): -4205827 or 16634559. OLE color: 16634559.

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

Color convert

RGB191210253-
CMYK0.250.1700.01
HSL221.61º93.94%87.06%-
HSV(B)221.61º24.51%99.22%-
XYZ62.2664.26102.05-
YUV209.22152.71115-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 210 (82.42% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=29.20%
G=32.11%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912102530.250.1700.01221.6193.9487.06
HexBFD2FD191101de5e57
Octal277322375312101336136127
Binary1011111111010010111111011100110001011101111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2FD; }

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

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

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

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

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

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

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

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