#BFCCFB

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

Shades of Periwinkle #BFCCFB

Tints of Periwinkle #BFCCFB

Color information

#BFCCFB (or 0xBFCCFB) is unknown color: approx Periwinkle. HEX triplet: BF, CC and FB. RGB value is (191,204,251). Sum of RGB (Red+Green+Blue) = 191+204+251=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFB is #403304. Grayscale: #CDCDCD. Windows color (decimal): -4207365 or 16501951. OLE color: 16501951.

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

Color convert

RGB191204251-
CMYK0.240.1900.02
HSL227º88.24%86.67%-
HSV(B)227º23.9%98.43%-
XYZ60.4961.2399.9-
YUV205.47153.69117.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=29.57%
G=31.58%
B=38.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912042510.240.1900.0222788.2486.67
HexBFCCFB181302e35857
Octal277314373302302343130127
Binary10111111110011001111101111000100110101110001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCFB; }

 p { color: rgb(191,204,251); }

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

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

 a { background-color: rgb(191,204,251); }

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

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

 span { border-color: rgb(191,204,251); }

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