#BBC8FA

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

Shades of Periwinkle #BBC8FA

Tints of Periwinkle #BBC8FA

Color information

#BBC8FA (or 0xBBC8FA) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and FA. RGB value is (187,200,250). Sum of RGB (Red+Green+Blue) = 187+200+250=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FA is #443705. Grayscale: #C9C9C9. Windows color (decimal): -4470534 or 16435387. OLE color: 16435387.

HSL color Cylindrical-coordinate representation of color #BBC8FA: hue angle of 227.62º 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 #BBC8FA is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187200250-
CMYK0.250.200.02
HSL227.62º86.3%85.69%-
HSV(B)227.62º25.2%98.04%-
XYZ58.458.7898.71-
YUV201.81155.19117.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=29.36%
G=31.40%
B=39.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872002500.250.200.02227.6286.385.69
HexBBC8FA191402e45656
Octal273310372312402344126126
Binary10111011110010001111101011001101000101110010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8FA; }

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

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

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

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

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

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

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

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