#BFD0F3

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

Shades of Periwinkle #BFD0F3

Tints of Periwinkle #BFD0F3

Color information

#BFD0F3 (or 0xBFD0F3) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and F3. RGB value is (191,208,243). Sum of RGB (Red+Green+Blue) = 191+208+243=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0F3 is #402F0C. Grayscale: #CECECE. Windows color (decimal): -4206349 or 15978687. OLE color: 15978687.

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

Color convert

RGB191208243-
CMYK0.210.1400.05
HSL220.38º68.42%85.1%-
HSV(B)220.38º21.4%95.29%-
XYZ60.2262.6693.71-
YUV206.91148.37116.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=29.75%
G=32.40%
B=37.85%

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
Decimal1912082430.210.1400.05220.3868.4285.1
HexBFD0F315E05dc4455
Octal277320363251605334104125
Binary10111111110100001111001110101111001011101110010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0F3; }

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

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

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

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

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

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

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

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