#BFD2F3

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

Shades of Periwinkle #BFD2F3

Tints of Periwinkle #BFD2F3

Color information

#BFD2F3 (or 0xBFD2F3) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and F3. RGB value is (191,210,243). Sum of RGB (Red+Green+Blue) = 191+210+243=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2F3 is #402D0C. Grayscale: #CFCFCF. Windows color (decimal): -4205837 or 15979199. OLE color: 15979199.

HSL color Cylindrical-coordinate representation of color #BFD2F3: hue angle of 218.08º degrees, saturation: 0.68, 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 #BFD2F3 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191210243-
CMYK0.210.1400.05
HSL218.08º68.42%85.1%-
HSV(B)218.08º21.4%95.29%-
XYZ60.7163.6493.88-
YUV208.08147.71115.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 210 (82.42% from 255) = 32.61%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=29.66%
G=32.61%
B=37.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912102430.210.1400.05218.0868.4285.1
HexBFD2F315E05da4455
Octal277322363251605332104125
Binary10111111110100101111001110101111001011101101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2F3; }

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

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

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

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

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

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

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

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