Html Css Color HEX #BFC6F5 Lavender Blue

📋 copy color: '#BFC6F5'

red 191 ◦ green 198 ◦ blue 245

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

Shades of Lavender Blue #BFC6F5

Tints of Lavender Blue #BFC6F5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

 BLUE value IS 245 (96.09% from 255) = 38.64%

R = 30.13%
G = 31.23%
B = 38.64%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFC6F5 (or 0xBFC6F5) is known color: Lavender Blue. HEX triplet: BF, C6 and F5. RGB value is (191,198,245). Sum of RGB (Red+Green+Blue) = 191+198+245=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6F5 is #40390A. Grayscale: #C9C9C9. Windows color (decimal): -4208907 or 16107199. OLE color: 16107199.

HSL color Cylindrical-coordinate representation of color #BFC6F5: hue angle of 232.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC6F5 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 198 245 -
CMYK 0.22 0.19 0 0.04
HSL 232.22º 0.73% 0.85% -
HSV(B) 232.22º 0.22% 0.96% -
XYZ 58.16 58.06 94.53 -
YUV 201.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 191 198 245 0.22 0.19 0 0.04 232.22 0.73 0.85
Hex BF C6 F5 16 13 0 4 E8 49 55
Octal 277 306 365 26 23 0 4 350 111 125
Binary 10111111 11000110 11110101 10110 10011 0 100 11101000 1001001 1010101

Color Harmonies of #BFC6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6F5

Black with #BFC6F5

Text Example


Text Example

White with #BFC6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6F5; }

 p { color: rgb(191,198,245); }

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

background-color css

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

 a { background-color: rgb(191,198,245); }

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

border-color css

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

 span { border-color: rgb(191,198,245); }

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