Html Css Color HEX #BFC6F6 Lavender Blue

📋 copy color: '#BFC6F6'

red 191 ◦ green 198 ◦ blue 246

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

Shades of Lavender Blue #BFC6F6

Tints of Lavender Blue #BFC6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 30.08%
G = 31.18%
B = 38.74%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFC6F6 (or 0xBFC6F6) is known color: Lavender Blue. HEX triplet: BF, C6 and F6. RGB value is (191,198,246). Sum of RGB (Red+Green+Blue) = 191+198+246=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6F6 is #403909. Grayscale: #C9C9C9. Windows color (decimal): -4208906 or 16172735. OLE color: 16172735.

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

Color convert

RGB 191 198 246 -
CMYK 0.22 0.20 0 0.04
HSL 232.36º 0.75% 0.86% -
HSV(B) 232.36º 0.22% 0.96% -
XYZ 58.31 58.12 95.33 -
YUV 201.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 191 198 246 0.22 0.20 0 0.04 232.36 0.75 0.86
Hex BF C6 F6 16 14 0 4 E8 4B 56
Octal 277 306 366 26 24 0 4 350 113 126
Binary 10111111 11000110 11110110 10110 10100 0 100 11101000 1001011 1010110

Color Harmonies of #BFC6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6F6

Black with #BFC6F6

Text Example


Text Example

White with #BFC6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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