#BFD4FF

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

Shades of Periwinkle #BFD4FF

Tints of Periwinkle #BFD4FF

Color information

#BFD4FF (or 0xBFD4FF) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and FF. RGB value is (191,212,255). Sum of RGB (Red+Green+Blue) = 191+212+255=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4FF is #402B00. Grayscale: #D2D2D2. Windows color (decimal): -4205313 or 16766143. OLE color: 16766143.

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

Color convert

RGB191212255-
CMYK0.250.1700
HSL220.31º100%87.45%-
HSV(B)220.31º25.1%100%-
XYZ63.0865.38103.9-
YUV210.62153.04114-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 255 (100% from 255) = 38.75%
R=29.03%
G=32.22%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912122550.250.1700220.3110087.45
HexBFD4FF191100dc6457
Octal277324377312100334144127
Binary1011111111010100111111111100110001001101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4FF; }

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

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

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

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

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

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

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

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