#bbc0fe

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

Shades of Lavender Blue #BBC0FE

Tints of Lavender Blue #BBC0FE

Color information

#BBC0FE (or 0xBBC0FE) is unknown color: approx Lavender Blue. HEX triplet: BB, C0 and FE. RGB value is (187,192,254). Sum of RGB (Red+Green+Blue) = 187+192+254=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FE is #443F01. Grayscale: #C5C5C5. Windows color (decimal): -4472578 or 16695483. OLE color: 16695483.

HSL color Cylindrical-coordinate representation of color #BBC0FE: hue angle of 235.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC0FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187192254-
CMYK0.260.2400.00
HSL235.52º97.1%86.47%-
HSV(B)235.52º26.38%99.61%-
XYZ57.2355.42101.45-
YUV197.57159.84120.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=29.54%
G=30.33%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871922540.260.2400.00235.5297.186.47
HexBBC0FE1A1800ec6156
Octal273300376323000354141126
Binary1011101111000000111111101101011000001110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc0fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc0fe; }

 p { color: rgb(187,192,254); }

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

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

 a { background-color: rgb(187,192,254); }

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

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

 span { border-color: rgb(187,192,254); }

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