Html Css Color HEX #BBAFFE Lavender Blue

📋 copy color: '#BBAFFE'

red 187 ◦ green 175 ◦ blue 254

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

Shades of Lavender Blue #BBAFFE

Tints of Lavender Blue #BBAFFE

RGB

 RED value IS 187 (73.44% from 255) = 30.36%

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 30.36%
G = 28.41%
B = 41.23%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBAFFE (or 0xBBAFFE) is known color: Lavender Blue. HEX triplet: BB, AF and FE. RGB value is (187,175,254). Sum of RGB (Red+Green+Blue) = 187+175+254=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFFE is #445001. Grayscale: #BBBBBB. Windows color (decimal): -4476930 or 16691131. OLE color: 16691131.

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

Color convert

RGB 187 175 254 -
CMYK 0.26 0.31 0 0.00
HSL 249.11º 0.98% 0.84% -
HSV(B) 249.11º 0.31% 1% -
XYZ 53.71 48.38 100.27 -
YUV 187.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 187 175 254 0.26 0.31 0 0.00 249.11 0.98 0.84
Hex BB AF FE 1A 1F 0 0 F9 62 54
Octal 273 257 376 32 37 0 0 371 142 124
Binary 10111011 10101111 11111110 11010 11111 0 0 11111001 1100010 1010100

Color Harmonies of #BBAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFFE

Black with #BBAFFE

Text Example


Text Example

White with #BBAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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