#BBCEF8

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

Shades of Periwinkle #BBCEF8

Tints of Periwinkle #BBCEF8

Color information

#BBCEF8 (or 0xBBCEF8) is unknown color: approx Periwinkle. HEX triplet: BB, CE and F8. RGB value is (187,206,248). Sum of RGB (Red+Green+Blue) = 187+206+248=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBCEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF8 is #443107. Grayscale: #CCCCCC. Windows color (decimal): -4469000 or 16305851. OLE color: 16305851.

HSL color Cylindrical-coordinate representation of color #BBCEF8: hue angle of 221.31º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCEF8 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187206248-
CMYK0.250.1700.03
HSL221.31º81.33%85.29%-
HSV(B)221.31º24.6%97.25%-
XYZ59.5161.4897.54-
YUV205.11152.21115.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=29.17%
G=32.14%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872062480.250.1700.03221.3181.3385.29
HexBBCEF8191103dd5155
Octal273316370312103335121125
Binary10111011110011101111100011001100010111101110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEF8; }

 p { color: rgb(187,206,248); }

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

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

 a { background-color: rgb(187,206,248); }

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

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

 span { border-color: rgb(187,206,248); }

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