#BBC7F1

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

Shades of Periwinkle #BBC7F1

Tints of Periwinkle #BBC7F1

Color information

#BBC7F1 (or 0xBBC7F1) is unknown color: approx Periwinkle. HEX triplet: BB, C7 and F1. RGB value is (187,199,241). Sum of RGB (Red+Green+Blue) = 187+199+241=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7F1 is #44380E. Grayscale: #C8C8C8. Windows color (decimal): -4470799 or 15845307. OLE color: 15845307.

HSL color Cylindrical-coordinate representation of color #BBC7F1: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC7F1 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187199241-
CMYK0.220.1700.05
HSL226.67º65.85%83.92%-
HSV(B)226.67º22.41%94.51%-
XYZ56.7957.7691.38-
YUV200.2151.02118.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=29.82%
G=31.74%
B=38.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871992410.220.1700.05226.6765.8583.92
HexBBC7F1161105e34254
Octal273307361262105343102124
Binary101110111100011111110001101101000101011110001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7F1; }

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

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

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

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

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

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

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

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