Html Css Color HEX #BFC5FD Lavender Blue

📋 copy color: '#BFC5FD'

red 191 ◦ green 197 ◦ blue 253

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

Shades of Lavender Blue #BFC5FD

Tints of Lavender Blue #BFC5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 29.8%
G = 30.73%
B = 39.47%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFC5FD (or 0xBFC5FD) is known color: Lavender Blue. HEX triplet: BF, C5 and FD. RGB value is (191,197,253). Sum of RGB (Red+Green+Blue) = 191+197+253=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FD is #403A02. Grayscale: #C9C9C9. Windows color (decimal): -4209155 or 16631231. OLE color: 16631231.

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

Color convert

RGB 191 197 253 -
CMYK 0.25 0.22 0 0.01
HSL 234.19º 0.94% 0.87% -
HSV(B) 234.19º 0.25% 0.99% -
XYZ 59.18 58.1 101.02 -
YUV 201.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 191 197 253 0.25 0.22 0 0.01 234.19 0.94 0.87
Hex BF C5 FD 19 16 0 1 EA 5E 57
Octal 277 305 375 31 26 0 1 352 136 127
Binary 10111111 11000101 11111101 11001 10110 0 1 11101010 1011110 1010111

Color Harmonies of #BFC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5FD

Black with #BFC5FD

Text Example


Text Example

White with #BFC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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