#B8C2FF

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

Shades of Lavender Blue #B8C2FF

Tints of Lavender Blue #B8C2FF

Color information

#B8C2FF (or 0xB8C2FF) is unknown color: approx Lavender Blue. HEX triplet: B8, C2 and FF. RGB value is (184,194,255). Sum of RGB (Red+Green+Blue) = 184+194+255=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2FF is #473D00. Grayscale: #C5C5C5. Windows color (decimal): -4668673 or 16761528. OLE color: 16761528.

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

Color convert

RGB184194255-
CMYK0.280.2400
HSL231.55º100%86.08%-
HSV(B)231.55º27.84%100%-
XYZ57.1155.99102.41-
YUV197.96160.19118.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.07%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 40.28%
R=29.07%
G=30.65%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841942550.280.2400231.5510086.08
HexB8C2FF1C1800e86456
Octal270302377343000350144126
Binary1011100011000010111111111110011000001110100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2FF; }

 p { color: rgb(184,194,255); }

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

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

 a { background-color: rgb(184,194,255); }

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

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

 span { border-color: rgb(184,194,255); }

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