Html Css Color HEX #BDB4FE Lavender Blue

📋 copy color: '#BDB4FE'

red 189 ◦ green 180 ◦ blue 254

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

Shades of Lavender Blue #BDB4FE

Tints of Lavender Blue #BDB4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 30.34%
G = 28.89%
B = 40.77%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDB4FE (or 0xBDB4FE) is known color: Lavender Blue. HEX triplet: BD, B4 and FE. RGB value is (189,180,254). Sum of RGB (Red+Green+Blue) = 189+180+254=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FE is #424B01. Grayscale: #BEBEBE. Windows color (decimal): -4344578 or 16692413. OLE color: 16692413.

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

Color convert

RGB 189 180 254 -
CMYK 0.26 0.29 0 0.00
HSL 247.3º 0.97% 0.85% -
HSV(B) 247.3º 0.29% 1% -
XYZ 55.2 50.62 100.63 -
YUV 191.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 189 180 254 0.26 0.29 0 0.00 247.3 0.97 0.85
Hex BD B4 FE 1A 1D 0 0 F7 61 55
Octal 275 264 376 32 35 0 0 367 141 125
Binary 10111101 10110100 11111110 11010 11101 0 0 11110111 1100001 1010101

Color Harmonies of #BDB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4FE

Black with #BDB4FE

Text Example


Text Example

White with #BDB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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