Html Css Color HEX #BDB7FE Lavender Blue

📋 copy color: '#BDB7FE'

red 189 ◦ green 183 ◦ blue 254

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

Shades of Lavender Blue #BDB7FE

Tints of Lavender Blue #BDB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.23%

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

R = 30.19%
G = 29.23%
B = 40.58%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDB7FE (or 0xBDB7FE) is known color: Lavender Blue. HEX triplet: BD, B7 and FE. RGB value is (189,183,254). Sum of RGB (Red+Green+Blue) = 189+183+254=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FE is #424801. Grayscale: #C0C0C0. Windows color (decimal): -4343810 or 16693181. OLE color: 16693181.

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

Color convert

RGB 189 183 254 -
CMYK 0.26 0.28 0 0.00
HSL 245.07º 0.97% 0.86% -
HSV(B) 245.07º 0.28% 1% -
XYZ 55.81 51.84 100.83 -
YUV 192.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 189 183 254 0.26 0.28 0 0.00 245.07 0.97 0.86
Hex BD B7 FE 1A 1C 0 0 F5 61 56
Octal 275 267 376 32 34 0 0 365 141 126
Binary 10111101 10110111 11111110 11010 11100 0 0 11110101 1100001 1010110

Color Harmonies of #BDB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7FE

Black with #BDB7FE

Text Example


Text Example

White with #BDB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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