#BFD4FD

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

Shades of Periwinkle #BFD4FD

Tints of Periwinkle #BFD4FD

Color information

#BFD4FD (or 0xBFD4FD) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and FD. RGB value is (191,212,253). Sum of RGB (Red+Green+Blue) = 191+212+253=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FD is #402B02. Grayscale: #D2D2D2. Windows color (decimal): -4205315 or 16635071. OLE color: 16635071.

HSL color Cylindrical-coordinate representation of color #BFD4FD: hue angle of 219.68º 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 #BFD4FD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191212253-
CMYK0.250.1600.01
HSL219.68º93.94%87.06%-
HSV(B)219.68º24.51%99.22%-
XYZ62.7665.26102.22-
YUV210.4152.04114.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=29.12%
G=32.32%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912122530.250.1600.01219.6893.9487.06
HexBFD4FD191001dc5e57
Octal277324375312001334136127
Binary1011111111010100111111011100110000011101110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4FD; }

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

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

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

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

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

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

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

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