Html Css Color HEX #B8AFFC Lavender Blue

📋 copy color: '#B8AFFC'

red 184 ◦ green 175 ◦ blue 252

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

Shades of Lavender Blue #B8AFFC

Tints of Lavender Blue #B8AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.64%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 30.11%
G = 28.64%
B = 41.24%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8AFFC (or 0xB8AFFC) is known color: Lavender Blue. HEX triplet: B8, AF and FC. RGB value is (184,175,252). Sum of RGB (Red+Green+Blue) = 184+175+252=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFFC is #475003. Grayscale: #BABABA. Windows color (decimal): -4673540 or 16560056. OLE color: 16560056.

HSL color Cylindrical-coordinate representation of color #B8AFFC: hue angle of 247.01º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8AFFC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 175 252 -
CMYK 0.27 0.31 0 0.01
HSL 247.01º 0.93% 0.84% -
HSV(B) 247.01º 0.31% 0.99% -
XYZ 52.67 47.88 98.56 -
YUV 186.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 184 175 252 0.27 0.31 0 0.01 247.01 0.93 0.84
Hex B8 AF FC 1B 1F 0 1 F7 5D 54
Octal 270 257 374 33 37 0 1 367 135 124
Binary 10111000 10101111 11111100 11011 11111 0 1 11110111 1011101 1010100

Color Harmonies of #B8AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFFC

Black with #B8AFFC

Text Example


Text Example

White with #B8AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFFC; }

 p { color: rgb(184,175,252); }

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

background-color css

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

 a { background-color: rgb(184,175,252); }

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

border-color css

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

 span { border-color: rgb(184,175,252); }

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