#BFD0FE

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

Shades of Periwinkle #BFD0FE

Tints of Periwinkle #BFD0FE

Color information

#BFD0FE (or 0xBFD0FE) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and FE. RGB value is (191,208,254). Sum of RGB (Red+Green+Blue) = 191+208+254=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0FE is #402F01. Grayscale: #CFCFCF. Windows color (decimal): -4206338 or 16699583. OLE color: 16699583.

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

Color convert

RGB191208254-
CMYK0.250.1800.00
HSL223.81º96.92%87.25%-
HSV(B)223.81º24.8%99.61%-
XYZ61.9363.34102.73-
YUV208.16153.87115.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=29.25%
G=31.85%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912082540.250.1800.00223.8196.9287.25
HexBFD0FE191200e06157
Octal277320376312200340141127
Binary1011111111010000111111101100110010001110000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0FE; }

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

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

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

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

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

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

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

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