Html Css Color HEX #BFC5FC Lavender Blue

📋 copy color: '#BFC5FC'

red 191 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #BFC5FC

Tints of Lavender Blue #BFC5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 29.84%
G = 30.78%
B = 39.38%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFC5FC (or 0xBFC5FC) is known color: Lavender Blue. HEX triplet: BF, C5 and FC. RGB value is (191,197,252). Sum of RGB (Red+Green+Blue) = 191+197+252=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FC is #403A03. Grayscale: #C9C9C9. Windows color (decimal): -4209156 or 16565695. OLE color: 16565695.

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

Color convert

RGB 191 197 252 -
CMYK 0.24 0.22 0 0.01
HSL 234.1º 0.91% 0.87% -
HSV(B) 234.1º 0.24% 0.99% -
XYZ 59.02 58.04 100.19 -
YUV 201.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 191 197 252 0.24 0.22 0 0.01 234.1 0.91 0.87
Hex BF C5 FC 18 16 0 1 EA 5B 57
Octal 277 305 374 30 26 0 1 352 133 127
Binary 10111111 11000101 11111100 11000 10110 0 1 11101010 1011011 1010111

Color Harmonies of #BFC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5FC

Black with #BFC5FC

Text Example


Text Example

White with #BFC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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