Html Css Color HEX #BFBBF9 Lavender Blue

📋 copy color: '#BFBBF9'

red 191 ◦ green 187 ◦ blue 249

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

Shades of Lavender Blue #BFBBF9

Tints of Lavender Blue #BFBBF9

RGB

 RED value IS 191 (75% from 255) = 30.46%

 GREEN value IS 187 (73.44% from 255) = 29.82%

 BLUE value IS 249 (97.66% from 255) = 39.71%

R = 30.46%
G = 29.82%
B = 39.71%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFBBF9 (or 0xBFBBF9) is known color: Lavender Blue. HEX triplet: BF, BB and F9. RGB value is (191,187,249). Sum of RGB (Red+Green+Blue) = 191+187+249=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF9 is #404406. Grayscale: #C3C3C3. Windows color (decimal): -4211719 or 16366527. OLE color: 16366527.

HSL color Cylindrical-coordinate representation of color #BFBBF9: hue angle of 243.87º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBBF9 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 187 249 -
CMYK 0.23 0.25 0 0.02
HSL 243.87º 0.84% 0.85% -
HSV(B) 243.87º 0.25% 0.98% -
XYZ 56.36 53.46 96.97 -
YUV 195.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 191 187 249 0.23 0.25 0 0.02 243.87 0.84 0.85
Hex BF BB F9 17 19 0 2 F4 54 55
Octal 277 273 371 27 31 0 2 364 124 125
Binary 10111111 10111011 11111001 10111 11001 0 10 11110100 1010100 1010101

Color Harmonies of #BFBBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBF9

Black with #BFBBF9

Text Example


Text Example

White with #BFBBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBF9; }

 p { color: rgb(191,187,249); }

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

background-color css

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

 a { background-color: rgb(191,187,249); }

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

border-color css

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

 span { border-color: rgb(191,187,249); }

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