#BBC8FB

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

Shades of Periwinkle #BBC8FB

Tints of Periwinkle #BBC8FB

Color information

#BBC8FB (or 0xBBC8FB) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and FB. RGB value is (187,200,251). Sum of RGB (Red+Green+Blue) = 187+200+251=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FB is #443704. Grayscale: #C9C9C9. Windows color (decimal): -4470533 or 16500923. OLE color: 16500923.

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

Color convert

RGB187200251-
CMYK0.250.2000.02
HSL227.81º88.89%85.88%-
HSV(B)227.81º25.5%98.43%-
XYZ58.5658.8499.54-
YUV201.93155.69117.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=29.31%
G=31.35%
B=39.34%

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
Decimal1872002510.250.2000.02227.8188.8985.88
HexBBC8FB191402e45956
Octal273310373312402344131126
Binary10111011110010001111101111001101000101110010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8FB; }

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

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

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

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

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

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

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

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