#BBC7F9

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

Shades of Periwinkle #BBC7F9

Tints of Periwinkle #BBC7F9

Color information

#BBC7F9 (or 0xBBC7F9) is unknown color: approx Periwinkle. HEX triplet: BB, C7 and F9. RGB value is (187,199,249). Sum of RGB (Red+Green+Blue) = 187+199+249=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F9 is #443806. Grayscale: #C8C8C8. Windows color (decimal): -4470791 or 16369595. OLE color: 16369595.

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

Color convert

RGB187199249-
CMYK0.250.2000.02
HSL228.39º83.78%85.49%-
HSV(B)228.39º24.9%97.65%-
XYZ58.0258.2597.81-
YUV201.11155.02117.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=29.45%
G=31.34%
B=39.21%

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
Decimal1871992490.250.2000.02228.3983.7885.49
HexBBC7F9191402e45455
Octal273307371312402344124125
Binary10111011110001111111100111001101000101110010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7F9; }

 p { color: rgb(187,199,249); }

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

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

 a { background-color: rgb(187,199,249); }

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

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

 span { border-color: rgb(187,199,249); }

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