Html Css Color HEX #BDB5FC Lavender Blue

📋 copy color: '#BDB5FC'

red 189 ◦ green 181 ◦ blue 252

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

Shades of Lavender Blue #BDB5FC

Tints of Lavender Blue #BDB5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.1%

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

R = 30.39%
G = 29.1%
B = 40.51%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDB5FC (or 0xBDB5FC) is known color: Lavender Blue. HEX triplet: BD, B5 and FC. RGB value is (189,181,252). Sum of RGB (Red+Green+Blue) = 189+181+252=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FC is #424A03. Grayscale: #BFBFBF. Windows color (decimal): -4344324 or 16561597. OLE color: 16561597.

HSL color Cylindrical-coordinate representation of color #BDB5FC: hue angle of 246.76º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB5FC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 181 252 -
CMYK 0.25 0.28 0 0.01
HSL 246.76º 0.92% 0.85% -
HSV(B) 246.76º 0.28% 0.99% -
XYZ 55.08 50.89 99.02 -
YUV 191.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 189 181 252 0.25 0.28 0 0.01 246.76 0.92 0.85
Hex BD B5 FC 19 1C 0 1 F7 5C 55
Octal 275 265 374 31 34 0 1 367 134 125
Binary 10111101 10110101 11111100 11001 11100 0 1 11110111 1011100 1010101

Color Harmonies of #BDB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5FC

Black with #BDB5FC

Text Example


Text Example

White with #BDB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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