#BBC8F1

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

Shades of Periwinkle #BBC8F1

Tints of Periwinkle #BBC8F1

Color information

#BBC8F1 (or 0xBBC8F1) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and F1. RGB value is (187,200,241). Sum of RGB (Red+Green+Blue) = 187+200+241=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F1 is #44370E. Grayscale: #C8C8C8. Windows color (decimal): -4470543 or 15845563. OLE color: 15845563.

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

Color convert

RGB187200241-
CMYK0.220.1700.05
HSL225.56º65.85%83.92%-
HSV(B)225.56º22.41%94.51%-
XYZ57.0258.2291.45-
YUV200.79150.69118.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=29.78%
G=31.85%
B=38.38%

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
Decimal1872002410.220.1700.05225.5665.8583.92
HexBBC8F1161105e24254
Octal273310361262105342102124
Binary101110111100100011110001101101000101011110001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8F1; }

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

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

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

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

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

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

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

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