Html Css Color HEX #BFC2F7 Lavender Blue

📋 copy color: '#BFC2F7'

red 191 ◦ green 194 ◦ blue 247

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

Shades of Lavender Blue #BFC2F7

Tints of Lavender Blue #BFC2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.08%

R = 30.22%
G = 30.7%
B = 39.08%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFC2F7 (or 0xBFC2F7) is known color: Lavender Blue. HEX triplet: BF, C2 and F7. RGB value is (191,194,247). Sum of RGB (Red+Green+Blue) = 191+194+247=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F7 is #403D08. Grayscale: #C6C6C6. Windows color (decimal): -4209929 or 16237247. OLE color: 16237247.

HSL color Cylindrical-coordinate representation of color #BFC2F7: hue angle of 236.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC2F7 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 194 247 -
CMYK 0.23 0.21 0 0.03
HSL 236.79º 0.78% 0.86% -
HSV(B) 236.79º 0.23% 0.97% -
XYZ 57.57 56.38 95.84 -
YUV 199.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 191 194 247 0.23 0.21 0 0.03 236.79 0.78 0.86
Hex BF C2 F7 17 15 0 3 ED 4E 56
Octal 277 302 367 27 25 0 3 355 116 126
Binary 10111111 11000010 11110111 10111 10101 0 11 11101101 1001110 1010110

Color Harmonies of #BFC2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2F7

Black with #BFC2F7

Text Example


Text Example

White with #BFC2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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