#BBC9FA

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

Shades of Periwinkle #BBC9FA

Tints of Periwinkle #BBC9FA

Color information

#BBC9FA (or 0xBBC9FA) is unknown color: approx Periwinkle. HEX triplet: BB, C9 and FA. RGB value is (187,201,250). Sum of RGB (Red+Green+Blue) = 187+201+250=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FA is #443605. Grayscale: #CACACA. Windows color (decimal): -4470278 or 16435643. OLE color: 16435643.

HSL color Cylindrical-coordinate representation of color #BBC9FA: hue angle of 226.67º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC9FA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187201250-
CMYK0.250.2000.02
HSL226.67º86.3%85.69%-
HSV(B)226.67º25.2%98.04%-
XYZ58.6459.2498.79-
YUV202.4154.86117.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=29.31%
G=31.50%
B=39.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872012500.250.2000.02226.6786.385.69
HexBBC9FA191402e35656
Octal273311372312402343126126
Binary10111011110010011111101011001101000101110001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9FA; }

 p { color: rgb(187,201,250); }

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

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

 a { background-color: rgb(187,201,250); }

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

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

 span { border-color: rgb(187,201,250); }

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