#BFCBF3

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

Shades of Periwinkle #BFCBF3

Tints of Periwinkle #BFCBF3

Color information

#BFCBF3 (or 0xBFCBF3) is unknown color: approx Periwinkle. HEX triplet: BF, CB and F3. RGB value is (191,203,243). Sum of RGB (Red+Green+Blue) = 191+203+243=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFCBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBF3 is #40340C. Grayscale: #CBCBCB. Windows color (decimal): -4207629 or 15977407. OLE color: 15977407.

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

Color convert

RGB191203243-
CMYK0.210.1600.05
HSL226.15º68.42%85.1%-
HSV(B)226.15º21.4%95.29%-
XYZ59.0260.2693.31-
YUV203.97150.02118.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=29.98%
G=31.87%
B=38.15%

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
Decimal1912032430.210.1600.05226.1568.4285.1
HexBFCBF3151005e24455
Octal277313363252005342104125
Binary101111111100101111110011101011000001011110001010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBF3; }

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

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

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

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

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

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

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

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