Html Css Color HEX #BFC2FA Lavender Blue

📋 copy color: '#BFC2FA'

red 191 ◦ green 194 ◦ blue 250

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

Shades of Lavender Blue #BFC2FA

Tints of Lavender Blue #BFC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.55%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 30.08%
G = 30.55%
B = 39.37%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFC2FA (or 0xBFC2FA) is known color: Lavender Blue. HEX triplet: BF, C2 and FA. RGB value is (191,194,250). Sum of RGB (Red+Green+Blue) = 191+194+250=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2FA is #403D05. Grayscale: #C7C7C7. Windows color (decimal): -4209926 or 16433855. OLE color: 16433855.

HSL color Cylindrical-coordinate representation of color #BFC2FA: hue angle of 236.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC2FA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 194 250 -
CMYK 0.24 0.22 0 0.02
HSL 236.95º 0.86% 0.86% -
HSV(B) 236.95º 0.24% 0.98% -
XYZ 58.03 56.56 98.3 -
YUV 199.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 191 194 250 0.24 0.22 0 0.02 236.95 0.86 0.86
Hex BF C2 FA 18 16 0 2 ED 56 56
Octal 277 302 372 30 26 0 2 355 126 126
Binary 10111111 11000010 11111010 11000 10110 0 10 11101101 1010110 1010110

Color Harmonies of #BFC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2FA

Black with #BFC2FA

Text Example


Text Example

White with #BFC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2FA; }

 p { color: rgb(191,194,250); }

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

background-color css

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

 a { background-color: rgb(191,194,250); }

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

border-color css

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

 span { border-color: rgb(191,194,250); }

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