Html Css Color HEX #BDB1FC Lavender Blue

📋 copy color: '#BDB1FC'

red 189 ◦ green 177 ◦ blue 252

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

Shades of Lavender Blue #BDB1FC

Tints of Lavender Blue #BDB1FC

RGB

 RED value IS 189 (74.22% from 255) = 30.58%

 GREEN value IS 177 (69.53% from 255) = 28.64%

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

R = 30.58%
G = 28.64%
B = 40.78%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDB1FC (or 0xBDB1FC) is known color: Lavender Blue. HEX triplet: BD, B1 and FC. RGB value is (189,177,252). Sum of RGB (Red+Green+Blue) = 189+177+252=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1FC is #424E03. Grayscale: #BCBCBC. Windows color (decimal): -4345348 or 16560573. OLE color: 16560573.

HSL color Cylindrical-coordinate representation of color #BDB1FC: hue angle of 249.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDB1FC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 177 252 -
CMYK 0.25 0.30 0 0.01
HSL 249.6º 0.93% 0.84% -
HSV(B) 249.6º 0.3% 0.99% -
XYZ 54.28 49.29 98.75 -
YUV 189.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 189 177 252 0.25 0.30 0 0.01 249.6 0.93 0.84
Hex BD B1 FC 19 1E 0 1 FA 5D 54
Octal 275 261 374 31 36 0 1 372 135 124
Binary 10111101 10110001 11111100 11001 11110 0 1 11111010 1011101 1010100

Color Harmonies of #BDB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1FC

Black with #BDB1FC

Text Example


Text Example

White with #BDB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1FC; }

 p { color: rgb(189,177,252); }

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

background-color css

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

 a { background-color: rgb(189,177,252); }

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

border-color css

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

 span { border-color: rgb(189,177,252); }

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