#BBC8F2

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

Shades of Periwinkle #BBC8F2

Tints of Periwinkle #BBC8F2

Color information

#BBC8F2 (or 0xBBC8F2) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and F2. RGB value is (187,200,242). Sum of RGB (Red+Green+Blue) = 187+200+242=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F2 is #44370D. Grayscale: #C8C8C8. Windows color (decimal): -4470542 or 15911099. OLE color: 15911099.

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

Color convert

RGB187200242-
CMYK0.230.1700.05
HSL225.82º67.9%84.12%-
HSV(B)225.82º22.73%94.9%-
XYZ57.1758.2892.24-
YUV200.9151.19118.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=29.73%
G=31.80%
B=38.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872002420.230.1700.05225.8267.984.12
HexBBC8F2171105e24454
Octal273310362272105342104124
Binary101110111100100011110010101111000101011110001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8F2; }

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

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

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

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

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

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

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

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