Html Css Color HEX #B8AFFD Lavender Blue

📋 copy color: '#B8AFFD'

red 184 ◦ green 175 ◦ blue 253

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

Shades of Lavender Blue #B8AFFD

Tints of Lavender Blue #B8AFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 30.07%
G = 28.59%
B = 41.34%

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

#B8AFFD (or 0xB8AFFD) is known color: Lavender Blue. HEX triplet: B8, AF and FD. RGB value is (184,175,253). Sum of RGB (Red+Green+Blue) = 184+175+253=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFFD is #475002. Grayscale: #BABABA. Windows color (decimal): -4673539 or 16625592. OLE color: 16625592.

HSL color Cylindrical-coordinate representation of color #B8AFFD: hue angle of 246.92º degrees, saturation: 0.95, 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 #B8AFFD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 175 253 -
CMYK 0.27 0.31 0 0.01
HSL 246.92º 0.95% 0.84% -
HSV(B) 246.92º 0.31% 0.99% -
XYZ 52.83 47.94 99.4 -
YUV 186.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 184 175 253 0.27 0.31 0 0.01 246.92 0.95 0.84
Hex B8 AF FD 1B 1F 0 1 F7 5F 54
Octal 270 257 375 33 37 0 1 367 137 124
Binary 10111000 10101111 11111101 11011 11111 0 1 11110111 1011111 1010100

Color Harmonies of #B8AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFFD

Black with #B8AFFD

Text Example


Text Example

White with #B8AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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