#BFCDFA

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

Shades of Periwinkle #BFCDFA

Tints of Periwinkle #BFCDFA

Color information

#BFCDFA (or 0xBFCDFA) is unknown color: approx Periwinkle. HEX triplet: BF, CD and FA. RGB value is (191,205,250). Sum of RGB (Red+Green+Blue) = 191+205+250=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFCDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDFA is #403205. Grayscale: #CDCDCD. Windows color (decimal): -4207110 or 16436671. OLE color: 16436671.

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

Color convert

RGB191205250-
CMYK0.240.1800.02
HSL225.76º85.51%86.47%-
HSV(B)225.76º23.6%98.04%-
XYZ60.5761.6499.15-
YUV205.94152.86117.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=29.57%
G=31.73%
B=38.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912052500.240.1800.02225.7685.5186.47
HexBFCDFA181202e25656
Octal277315372302202342126126
Binary10111111110011011111101011000100100101110001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDFA; }

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

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

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

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

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

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

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

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