#BFD2FF

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

Shades of Periwinkle #BFD2FF

Tints of Periwinkle #BFD2FF

Color information

#BFD2FF (or 0xBFD2FF) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and FF. RGB value is (191,210,255). Sum of RGB (Red+Green+Blue) = 191+210+255=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2FF is #402D00. Grayscale: #D1D1D1. Windows color (decimal): -4205825 or 16765631. OLE color: 16765631.

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

Color convert

RGB191210255-
CMYK0.250.1800
HSL222.19º100%87.45%-
HSV(B)222.19º25.1%100%-
XYZ62.5864.39103.74-
YUV209.45153.71114.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 38.87%
R=29.12%
G=32.01%
B=38.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912102550.250.1800222.1910087.45
HexBFD2FF191200de6457
Octal277322377312200336144127
Binary1011111111010010111111111100110010001101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2FF; }

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

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

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

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

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

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

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

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