#BBC3F1

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

Shades of Periwinkle #BBC3F1

Tints of Periwinkle #BBC3F1

Color information

#BBC3F1 (or 0xBBC3F1) is unknown color: approx Periwinkle. HEX triplet: BB, C3 and F1. RGB value is (187,195,241). Sum of RGB (Red+Green+Blue) = 187+195+241=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F1 is #443C0E. Grayscale: #C5C5C5. Windows color (decimal): -4471823 or 15844283. OLE color: 15844283.

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

Color convert

RGB187195241-
CMYK0.220.1900.05
HSL231.11º65.85%83.92%-
HSV(B)231.11º22.41%94.51%-
XYZ55.8955.9591.07-
YUV197.85152.35120.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=30.02%
G=31.30%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871952410.220.1900.05231.1165.8583.92
HexBBC3F1161305e74254
Octal273303361262305347102124
Binary101110111100001111110001101101001101011110011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3F1; }

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

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

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

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

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

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

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

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