Html Css Color HEX #B8B4FF Lavender Blue

📋 copy color: '#B8B4FF'

red 184 ◦ green 180 ◦ blue 255

#B8B4FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #B8B4FF

Tints of Lavender Blue #B8B4FF

RGB

 RED value IS 184 (72.27% from 255) = 29.73%

 GREEN value IS 180 (70.7% from 255) = 29.08%

 BLUE value IS 255 (100% from 255) = 41.2%

R = 29.73%
G = 29.08%
B = 41.2%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8B4FF (or 0xB8B4FF) is known color: Lavender Blue. HEX triplet: B8, B4 and FF. RGB value is (184,180,255). Sum of RGB (Red+Green+Blue) = 184+180+255=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B4FF is #474B00. Grayscale: #BDBDBD. Windows color (decimal): -4672257 or 16757944. OLE color: 16757944.

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

Color convert

RGB 184 180 255 -
CMYK 0.28 0.29 0 0
HSL 243.2º 1% 0.85% -
HSV(B) 243.2º 0.29% 1% -
XYZ 54.14 50.05 101.42 -
YUV 189.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 184 180 255 0.28 0.29 0 0 243.2 1 0.85
Hex B8 B4 FF 1C 1D 0 0 F3 64 55
Octal 270 264 377 34 35 0 0 363 144 125
Binary 10111000 10110100 11111111 11100 11101 0 0 11110011 1100100 1010101

Color Harmonies of #B8B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B4FF

Black with #B8B4FF

Text Example


Text Example

White with #B8B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B4FF; }

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

 H1.HeaderClassName
 {
   color: #B8B4FF;
 }
 .AnyTagClassName
 {
   color: #B8B4FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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