Html Css Color HEX #BDB0FD Lavender Blue

📋 copy color: '#BDB0FD'

red 189 ◦ green 176 ◦ blue 253

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

Shades of Lavender Blue #BDB0FD

Tints of Lavender Blue #BDB0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 30.58%
G = 28.48%
B = 40.94%

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

#BDB0FD (or 0xBDB0FD) is known color: Lavender Blue. HEX triplet: BD, B0 and FD. RGB value is (189,176,253). Sum of RGB (Red+Green+Blue) = 189+176+253=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0FD is #424F02. Grayscale: #BCBCBC. Windows color (decimal): -4345603 or 16625853. OLE color: 16625853.

HSL color Cylindrical-coordinate representation of color #BDB0FD: hue angle of 250.13º degrees, saturation: 0.95, 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 #BDB0FD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 176 253 -
CMYK 0.25 0.30 0 0.01
HSL 250.13º 0.95% 0.84% -
HSV(B) 250.13º 0.3% 0.99% -
XYZ 54.24 48.96 99.52 -
YUV 188.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 189 176 253 0.25 0.30 0 0.01 250.13 0.95 0.84
Hex BD B0 FD 19 1E 0 1 FA 5F 54
Octal 275 260 375 31 36 0 1 372 137 124
Binary 10111101 10110000 11111101 11001 11110 0 1 11111010 1011111 1010100

Color Harmonies of #BDB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0FD

Black with #BDB0FD

Text Example


Text Example

White with #BDB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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