#BBC6F8

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

Shades of Periwinkle #BBC6F8

Tints of Periwinkle #BBC6F8

Color information

#BBC6F8 (or 0xBBC6F8) is unknown color: approx Periwinkle. HEX triplet: BB, C6 and F8. RGB value is (187,198,248). Sum of RGB (Red+Green+Blue) = 187+198+248=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBC6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F8 is #443907. Grayscale: #C8C8C8. Windows color (decimal): -4471048 or 16303803. OLE color: 16303803.

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

Color convert

RGB187198248-
CMYK0.250.2000.03
HSL229.18º81.33%85.29%-
HSV(B)229.18º24.6%97.25%-
XYZ57.6357.7396.91-
YUV200.41154.86118.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 248 (97.27% from 255) = 39.18%
R=29.54%
G=31.28%
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.03
SystemRedGreenBlueCMYKHSL
Decimal1871982480.250.2000.03229.1881.3385.29
HexBBC6F8191403e55155
Octal273306370312403345121125
Binary10111011110001101111100011001101000111110010110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6F8; }

 p { color: rgb(187,198,248); }

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

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

 a { background-color: rgb(187,198,248); }

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

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

 span { border-color: rgb(187,198,248); }

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