#BBC6EE

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

Shades of Periwinkle #BBC6EE

Tints of Periwinkle #BBC6EE

Color information

#BBC6EE (or 0xBBC6EE) is unknown color: approx Periwinkle. HEX triplet: BB, C6 and EE. RGB value is (187,198,238). Sum of RGB (Red+Green+Blue) = 187+198+238=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6EE is #443911. Grayscale: #C7C7C7. Windows color (decimal): -4471058 or 15648443. OLE color: 15648443.

HSL color Cylindrical-coordinate representation of color #BBC6EE: hue angle of 227.06º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC6EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187198238-
CMYK0.210.1700.07
HSL227.06º60%83.33%-
HSV(B)227.06º21.43%93.33%-
XYZ56.1257.1388.96-
YUV199.27149.86119.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=30.02%
G=31.78%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871982380.210.1700.07227.066083.33
HexBBC6EE151107e33c53
Octal27330635625210734374123
Binary10111011110001101110111010101100010111111000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6EE; }

 p { color: rgb(187,198,238); }

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

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

 a { background-color: rgb(187,198,238); }

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

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

 span { border-color: rgb(187,198,238); }

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