Html Css Color HEX #BFC5FF Lavender Blue

📋 copy color: '#BFC5FF'

red 191 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #BFC5FF

Tints of Lavender Blue #BFC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

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

R = 29.7%
G = 30.64%
B = 39.66%

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

#BFC5FF (or 0xBFC5FF) is known color: Lavender Blue. HEX triplet: BF, C5 and FF. RGB value is (191,197,255). Sum of RGB (Red+Green+Blue) = 191+197+255=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FF is #403A00. Grayscale: #C9C9C9. Windows color (decimal): -4209153 or 16762303. OLE color: 16762303.

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

Color convert

RGB 191 197 255 -
CMYK 0.25 0.23 0 0
HSL 234.38º 1% 0.87% -
HSV(B) 234.38º 0.25% 1% -
XYZ 59.5 58.23 102.71 -
YUV 201.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 191 197 255 0.25 0.23 0 0 234.38 1 0.87
Hex BF C5 FF 19 17 0 0 EA 64 57
Octal 277 305 377 31 27 0 0 352 144 127
Binary 10111111 11000101 11111111 11001 10111 0 0 11101010 1100100 1010111

Color Harmonies of #BFC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5FF

Black with #BFC5FF

Text Example


Text Example

White with #BFC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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