#BFD4F2

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

Shades of Periwinkle #BFD4F2

Tints of Periwinkle #BFD4F2

Color information

#BFD4F2 (or 0xBFD4F2) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and F2. RGB value is (191,212,242). Sum of RGB (Red+Green+Blue) = 191+212+242=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4F2 is #402B0D. Grayscale: #D1D1D1. Windows color (decimal): -4205326 or 15914175. OLE color: 15914175.

HSL color Cylindrical-coordinate representation of color #BFD4F2: hue angle of 215.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD4F2 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191212242-
CMYK0.210.1200.05
HSL215.29º66.23%84.9%-
HSV(B)215.29º21.07%94.9%-
XYZ61.0664.5793.25-
YUV209.14146.54115.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=29.61%
G=32.87%
B=37.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912122420.210.1200.05215.2966.2384.9
HexBFD4F215C05d74255
Octal277324362251405327102125
Binary10111111110101001111001010101110001011101011110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4F2; }

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

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

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

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

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

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

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

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