#bfcbf1

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

Shades of Periwinkle #BFCBF1

Tints of Periwinkle #BFCBF1

Color information

#BFCBF1 (or 0xBFCBF1) is unknown color: approx Periwinkle. HEX triplet: BF, CB and F1. RGB value is (191,203,241). Sum of RGB (Red+Green+Blue) = 191+203+241=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBF1 is #40340E. Grayscale: #CBCBCB. Windows color (decimal): -4207631 or 15846335. OLE color: 15846335.

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

Color convert

RGB191203241-
CMYK0.210.1600.05
HSL225.6º64.1%84.71%-
HSV(B)225.6º20.75%94.51%-
XYZ58.7260.1491.73-
YUV203.74149.02118.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=30.08%
G=31.97%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912032410.210.1600.05225.664.184.71
HexBFCBF1151005e24055
Octal277313361252005342100125
Binary101111111100101111110001101011000001011110001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfcbf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfcbf1; }

 p { color: rgb(191,203,241); }

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

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

 a { background-color: rgb(191,203,241); }

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

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

 span { border-color: rgb(191,203,241); }

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