Html Css Color HEX #BFC3FD Lavender Blue

📋 copy color: '#BFC3FD'

red 191 ◦ green 195 ◦ blue 253

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

Shades of Lavender Blue #BFC3FD

Tints of Lavender Blue #BFC3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.52%

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

R = 29.89%
G = 30.52%
B = 39.59%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFC3FD (or 0xBFC3FD) is known color: Lavender Blue. HEX triplet: BF, C3 and FD. RGB value is (191,195,253). Sum of RGB (Red+Green+Blue) = 191+195+253=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3FD is #403C02. Grayscale: #C8C8C8. Windows color (decimal): -4209667 or 16630719. OLE color: 16630719.

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

Color convert

RGB 191 195 253 -
CMYK 0.25 0.23 0 0.01
HSL 236.13º 0.94% 0.87% -
HSV(B) 236.13º 0.25% 0.99% -
XYZ 58.73 57.2 100.87 -
YUV 200.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 191 195 253 0.25 0.23 0 0.01 236.13 0.94 0.87
Hex BF C3 FD 19 17 0 1 EC 5E 57
Octal 277 303 375 31 27 0 1 354 136 127
Binary 10111111 11000011 11111101 11001 10111 0 1 11101100 1011110 1010111

Color Harmonies of #BFC3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3FD

Black with #BFC3FD

Text Example


Text Example

White with #BFC3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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