#BFD0FA

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

Shades of Periwinkle #BFD0FA

Tints of Periwinkle #BFD0FA

Color information

#BFD0FA (or 0xBFD0FA) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and FA. RGB value is (191,208,250). Sum of RGB (Red+Green+Blue) = 191+208+250=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0FA is #402F05. Grayscale: #CFCFCF. Windows color (decimal): -4206342 or 16437439. OLE color: 16437439.

HSL color Cylindrical-coordinate representation of color #BFD0FA: hue angle of 222.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD0FA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191208250-
CMYK0.240.1700.02
HSL222.71º85.51%86.47%-
HSV(B)222.71º23.6%98.04%-
XYZ61.363.0999.39-
YUV207.7151.87116.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=29.43%
G=32.05%
B=38.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912082500.240.1700.02222.7185.5186.47
HexBFD0FA181102df5656
Octal277320372302102337126126
Binary10111111110100001111101011000100010101101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0FA; }

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

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

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

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

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

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

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

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