Html Css Color HEX #BDB4FF Lavender Blue

📋 copy color: '#BDB4FF'

red 189 ◦ green 180 ◦ blue 255

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

Shades of Lavender Blue #BDB4FF

Tints of Lavender Blue #BDB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 255 (100% from 255) = 40.87%

R = 30.29%
G = 28.85%
B = 40.87%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDB4FF (or 0xBDB4FF) is known color: Lavender Blue. HEX triplet: BD, B4 and FF. RGB value is (189,180,255). Sum of RGB (Red+Green+Blue) = 189+180+255=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FF is #424B00. Grayscale: #BEBEBE. Windows color (decimal): -4344577 or 16757949. OLE color: 16757949.

HSL color Cylindrical-coordinate representation of color #BDB4FF: hue angle of 247.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB4FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 180 255 -
CMYK 0.26 0.29 0 0
HSL 247.2º 1% 0.85% -
HSV(B) 247.2º 0.29% 1% -
XYZ 55.36 50.68 101.47 -
YUV 191.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 189 180 255 0.26 0.29 0 0 247.2 1 0.85
Hex BD B4 FF 1A 1D 0 0 F7 64 55
Octal 275 264 377 32 35 0 0 367 144 125
Binary 10111101 10110100 11111111 11010 11101 0 0 11110111 1100100 1010101

Color Harmonies of #BDB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4FF

Black with #BDB4FF

Text Example


Text Example

White with #BDB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4FF; }

 p { color: rgb(189,180,255); }

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

background-color css

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

 a { background-color: rgb(189,180,255); }

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

border-color css

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

 span { border-color: rgb(189,180,255); }

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