Html Css Color HEX #BFC9FC Lavender Blue

📋 copy color: '#BFC9FC'

red 191 ◦ green 201 ◦ blue 252

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

Shades of Lavender Blue #BFC9FC

Tints of Lavender Blue #BFC9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.21%

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

R = 29.66%
G = 31.21%
B = 39.13%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFC9FC (or 0xBFC9FC) is known color: Lavender Blue. HEX triplet: BF, C9 and FC. RGB value is (191,201,252). Sum of RGB (Red+Green+Blue) = 191+201+252=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FC is #403603. Grayscale: #CBCBCB. Windows color (decimal): -4208132 or 16566719. OLE color: 16566719.

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

Color convert

RGB 191 201 252 -
CMYK 0.24 0.20 0 0.01
HSL 230.16º 0.91% 0.87% -
HSV(B) 230.16º 0.24% 0.99% -
XYZ 59.94 59.88 100.49 -
YUV 203.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 191 201 252 0.24 0.20 0 0.01 230.16 0.91 0.87
Hex BF C9 FC 18 14 0 1 E6 5B 57
Octal 277 311 374 30 24 0 1 346 133 127
Binary 10111111 11001001 11111100 11000 10100 0 1 11100110 1011011 1010111

Color Harmonies of #BFC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9FC

Black with #BFC9FC

Text Example


Text Example

White with #BFC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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