#BBC7F0

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

Shades of Periwinkle #BBC7F0

Tints of Periwinkle #BBC7F0

Color information

#BBC7F0 (or 0xBBC7F0) is unknown color: approx Periwinkle. HEX triplet: BB, C7 and F0. RGB value is (187,199,240). Sum of RGB (Red+Green+Blue) = 187+199+240=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F0 is #44380F. Grayscale: #C7C7C7. Windows color (decimal): -4470800 or 15779771. OLE color: 15779771.

HSL color Cylindrical-coordinate representation of color #BBC7F0: hue angle of 226.42º 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 #BBC7F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187199240-
CMYK0.220.1700.06
HSL226.42º63.86%83.73%-
HSV(B)226.42º22.08%94.12%-
XYZ56.6557.790.59-
YUV200.09150.52118.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=29.87%
G=31.79%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871992400.220.1700.06226.4263.8683.73
HexBBC7F0161106e24054
Octal273307360262106342100124
Binary101110111100011111110000101101000101101110001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7F0; }

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

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

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

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

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

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

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

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