Html Css Color HEX #BFC4FF Lavender Blue

📋 copy color: '#BFC4FF'

red 191 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #BFC4FF

Tints of Lavender Blue #BFC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.53%

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

R = 29.75%
G = 30.53%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFC4FF (or 0xBFC4FF) is known color: Lavender Blue. HEX triplet: BF, C4 and FF. RGB value is (191,196,255). Sum of RGB (Red+Green+Blue) = 191+196+255=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FF is #403B00. Grayscale: #C8C8C8. Windows color (decimal): -4209409 or 16762047. OLE color: 16762047.

HSL color Cylindrical-coordinate representation of color #BFC4FF: hue angle of 235.31º 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 #BFC4FF is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 196 255 -
CMYK 0.25 0.23 0 0
HSL 235.31º 1% 0.87% -
HSV(B) 235.31º 0.25% 1% -
XYZ 59.28 57.78 102.64 -
YUV 201.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 191 196 255 0.25 0.23 0 0 235.31 1 0.87
Hex BF C4 FF 19 17 0 0 EB 64 57
Octal 277 304 377 31 27 0 0 353 144 127
Binary 10111111 11000100 11111111 11001 10111 0 0 11101011 1100100 1010111

Color Harmonies of #BFC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4FF

Black with #BFC4FF

Text Example


Text Example

White with #BFC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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