Html Css Color HEX #BDB0FF Lavender Blue

📋 copy color: '#BDB0FF'

red 189 ◦ green 176 ◦ blue 255

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

Shades of Lavender Blue #BDB0FF

Tints of Lavender Blue #BDB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.39%

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

R = 30.48%
G = 28.39%
B = 41.13%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDB0FF (or 0xBDB0FF) is known color: Lavender Blue. HEX triplet: BD, B0 and FF. RGB value is (189,176,255). Sum of RGB (Red+Green+Blue) = 189+176+255=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FF is #424F00. Grayscale: #BCBCBC. Windows color (decimal): -4345601 or 16756925. OLE color: 16756925.

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

Color convert

RGB 189 176 255 -
CMYK 0.26 0.31 0 0
HSL 249.87º 1% 0.85% -
HSV(B) 249.87º 0.31% 1% -
XYZ 54.56 49.09 101.21 -
YUV 188.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 189 176 255 0.26 0.31 0 0 249.87 1 0.85
Hex BD B0 FF 1A 1F 0 0 FA 64 55
Octal 275 260 377 32 37 0 0 372 144 125
Binary 10111101 10110000 11111111 11010 11111 0 0 11111010 1100100 1010101

Color Harmonies of #BDB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0FF

Black with #BDB0FF

Text Example


Text Example

White with #BDB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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