Html Css Color HEX #BFC0FB Lavender Blue

📋 copy color: '#BFC0FB'

red 191 ◦ green 192 ◦ blue 251

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

Shades of Lavender Blue #BFC0FB

Tints of Lavender Blue #BFC0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.28%

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 30.13%
G = 30.28%
B = 39.59%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFC0FB (or 0xBFC0FB) is known color: Lavender Blue. HEX triplet: BF, C0 and FB. RGB value is (191,192,251). Sum of RGB (Red+Green+Blue) = 191+192+251=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0FB is #403F04. Grayscale: #C6C6C6. Windows color (decimal): -4210437 or 16498879. OLE color: 16498879.

HSL color Cylindrical-coordinate representation of color #BFC0FB: hue angle of 239º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC0FB is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 192 251 -
CMYK 0.24 0.24 0 0.02
HSL 239º 0.88% 0.87% -
HSV(B) 239º 0.24% 0.98% -
XYZ 57.75 55.74 98.98 -
YUV 198.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 191 192 251 0.24 0.24 0 0.02 239 0.88 0.87
Hex BF C0 FB 18 18 0 2 EF 58 57
Octal 277 300 373 30 30 0 2 357 130 127
Binary 10111111 11000000 11111011 11000 11000 0 10 11101111 1011000 1010111

Color Harmonies of #BFC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0FB

Black with #BFC0FB

Text Example


Text Example

White with #BFC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0FB; }

 p { color: rgb(191,192,251); }

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

background-color css

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

 a { background-color: rgb(191,192,251); }

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

border-color css

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

 span { border-color: rgb(191,192,251); }

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