#BFCCF2

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

Shades of Periwinkle #BFCCF2

Tints of Periwinkle #BFCCF2

Color information

#BFCCF2 (or 0xBFCCF2) is unknown color: approx Periwinkle. HEX triplet: BF, CC and F2. RGB value is (191,204,242). Sum of RGB (Red+Green+Blue) = 191+204+242=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF2 is #40330D. Grayscale: #CCCCCC. Windows color (decimal): -4207374 or 15912127. OLE color: 15912127.

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

Color convert

RGB191204242-
CMYK0.210.1600.05
HSL224.71º66.23%84.9%-
HSV(B)224.71º21.07%94.9%-
XYZ59.1160.6792.6-
YUV204.44149.19118.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=29.98%
G=32.03%
B=37.99%

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
Decimal1912042420.210.1600.05224.7166.2384.9
HexBFCCF2151005e14255
Octal277314362252005341102125
Binary101111111100110011110010101011000001011110000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCF2; }

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

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

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

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

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

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

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

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