#BFCBF2

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

Shades of Periwinkle #BFCBF2

Tints of Periwinkle #BFCBF2

Color information

#BFCBF2 (or 0xBFCBF2) is unknown color: approx Periwinkle. HEX triplet: BF, CB and F2. RGB value is (191,203,242). Sum of RGB (Red+Green+Blue) = 191+203+242=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBF2 is #40340D. Grayscale: #CBCBCB. Windows color (decimal): -4207630 or 15911871. OLE color: 15911871.

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

Color convert

RGB191203242-
CMYK0.210.1600.05
HSL225.88º66.23%84.9%-
HSV(B)225.88º21.07%94.9%-
XYZ58.8760.292.52-
YUV203.86149.52118.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=30.03%
G=31.92%
B=38.05%

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
Decimal1912032420.210.1600.05225.8866.2384.9
HexBFCBF2151005e24255
Octal277313362252005342102125
Binary101111111100101111110010101011000001011110001010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBF2; }

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

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

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

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

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

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

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

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