Html Css Color HEX #BFC8F9 Lavender Blue

📋 copy color: '#BFC8F9'

red 191 ◦ green 200 ◦ blue 249

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

Shades of Lavender Blue #BFC8F9

Tints of Lavender Blue #BFC8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 29.84%
G = 31.25%
B = 38.91%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFC8F9 (or 0xBFC8F9) is known color: Lavender Blue. HEX triplet: BF, C8 and F9. RGB value is (191,200,249). Sum of RGB (Red+Green+Blue) = 191+200+249=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F9 is #403706. Grayscale: #CACACA. Windows color (decimal): -4208391 or 16369855. OLE color: 16369855.

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

Color convert

RGB 191 200 249 -
CMYK 0.23 0.20 0 0.02
HSL 230.69º 0.83% 0.86% -
HSV(B) 230.69º 0.23% 0.98% -
XYZ 59.24 59.22 97.93 -
YUV 202.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 191 200 249 0.23 0.20 0 0.02 230.69 0.83 0.86
Hex BF C8 F9 17 14 0 2 E7 53 56
Octal 277 310 371 27 24 0 2 347 123 126
Binary 10111111 11001000 11111001 10111 10100 0 10 11100111 1010011 1010110

Color Harmonies of #BFC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8F9

Black with #BFC8F9

Text Example


Text Example

White with #BFC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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