#BBC6F0

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

Shades of Periwinkle #BBC6F0

Tints of Periwinkle #BBC6F0

Color information

#BBC6F0 (or 0xBBC6F0) is unknown color: approx Periwinkle. HEX triplet: BB, C6 and F0. RGB value is (187,198,240). Sum of RGB (Red+Green+Blue) = 187+198+240=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6F0 is #44390F. Grayscale: #C7C7C7. Windows color (decimal): -4471056 or 15779515. OLE color: 15779515.

HSL color Cylindrical-coordinate representation of color #BBC6F0: hue angle of 227.55º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC6F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187198240-
CMYK0.220.1800.06
HSL227.55º63.86%83.73%-
HSV(B)227.55º22.08%94.12%-
XYZ56.4257.2490.51-
YUV199.5150.86119.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=29.92%
G=31.68%
B=38.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871982400.220.1800.06227.5563.8683.73
HexBBC6F0161206e44054
Octal273306360262206344100124
Binary101110111100011011110000101101001001101110010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6F0; }

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

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

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

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

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

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

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

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