Html Css Color HEX #BFC2FD Lavender Blue

📋 copy color: '#BFC2FD'

red 191 ◦ green 194 ◦ blue 253

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

Shades of Lavender Blue #BFC2FD

Tints of Lavender Blue #BFC2FD

RGB

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

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

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

R = 29.94%
G = 30.41%
B = 39.66%

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

#BFC2FD (or 0xBFC2FD) is known color: Lavender Blue. HEX triplet: BF, C2 and FD. RGB value is (191,194,253). Sum of RGB (Red+Green+Blue) = 191+194+253=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2FD is #403D02. Grayscale: #C7C7C7. Windows color (decimal): -4209923 or 16630463. OLE color: 16630463.

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

Color convert

RGB 191 194 253 -
CMYK 0.25 0.23 0 0.01
HSL 237.1º 0.94% 0.87% -
HSV(B) 237.1º 0.25% 0.99% -
XYZ 58.51 56.75 100.8 -
YUV 199.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 191 194 253 0.25 0.23 0 0.01 237.1 0.94 0.87
Hex BF C2 FD 19 17 0 1 ED 5E 57
Octal 277 302 375 31 27 0 1 355 136 127
Binary 10111111 11000010 11111101 11001 10111 0 1 11101101 1011110 1010111

Color Harmonies of #BFC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2FD

Black with #BFC2FD

Text Example


Text Example

White with #BFC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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