Html Css Color HEX #BFC6FF Lavender Blue

📋 copy color: '#BFC6FF'

red 191 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #BFC6FF

Tints of Lavender Blue #BFC6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.6%

R = 29.66%
G = 30.75%
B = 39.6%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFC6FF (or 0xBFC6FF) is known color: Lavender Blue. HEX triplet: BF, C6 and FF. RGB value is (191,198,255). Sum of RGB (Red+Green+Blue) = 191+198+255=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6FF is #403900. Grayscale: #CACACA. Windows color (decimal): -4208897 or 16762559. OLE color: 16762559.

HSL color Cylindrical-coordinate representation of color #BFC6FF: hue angle of 233.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC6FF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 198 255 -
CMYK 0.25 0.22 0 0
HSL 233.44º 1% 0.87% -
HSV(B) 233.44º 0.25% 1% -
XYZ 59.73 58.68 102.79 -
YUV 202.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 191 198 255 0.25 0.22 0 0 233.44 1 0.87
Hex BF C6 FF 19 16 0 0 E9 64 57
Octal 277 306 377 31 26 0 0 351 144 127
Binary 10111111 11000110 11111111 11001 10110 0 0 11101001 1100100 1010111

Color Harmonies of #BFC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6FF

Black with #BFC6FF

Text Example


Text Example

White with #BFC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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