#BBCEF0

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

Shades of Periwinkle #BBCEF0

Tints of Periwinkle #BBCEF0

Color information

#BBCEF0 (or 0xBBCEF0) is unknown color: approx Periwinkle. HEX triplet: BB, CE and F0. RGB value is (187,206,240). Sum of RGB (Red+Green+Blue) = 187+206+240=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF0 is #44310F. Grayscale: #CCCCCC. Windows color (decimal): -4469008 or 15781563. OLE color: 15781563.

HSL color Cylindrical-coordinate representation of color #BBCEF0: hue angle of 218.49º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCEF0 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187206240-
CMYK0.220.1400.06
HSL218.49º63.86%83.73%-
HSV(B)218.49º22.08%94.12%-
XYZ58.296191.14-
YUV204.2148.21115.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=29.54%
G=32.54%
B=37.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872062400.220.1400.06218.4963.8683.73
HexBBCEF016E06da4054
Octal273316360261606332100124
Binary10111011110011101111000010110111001101101101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEF0; }

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

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

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

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

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

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

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

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