Html Css Color HEX #BDB6FA Lavender Blue

📋 copy color: '#BDB6FA'

red 189 ◦ green 182 ◦ blue 250

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

Shades of Lavender Blue #BDB6FA

Tints of Lavender Blue #BDB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 30.43%
G = 29.31%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDB6FA (or 0xBDB6FA) is known color: Lavender Blue. HEX triplet: BD, B6 and FA. RGB value is (189,182,250). Sum of RGB (Red+Green+Blue) = 189+182+250=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FA is #424905. Grayscale: #BFBFBF. Windows color (decimal): -4344070 or 16430781. OLE color: 16430781.

HSL color Cylindrical-coordinate representation of color #BDB6FA: hue angle of 246.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB6FA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 182 250 -
CMYK 0.24 0.27 0 0.02
HSL 246.18º 0.87% 0.85% -
HSV(B) 246.18º 0.27% 0.98% -
XYZ 54.97 51.18 97.42 -
YUV 191.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 189 182 250 0.24 0.27 0 0.02 246.18 0.87 0.85
Hex BD B6 FA 18 1B 0 2 F6 57 55
Octal 275 266 372 30 33 0 2 366 127 125
Binary 10111101 10110110 11111010 11000 11011 0 10 11110110 1010111 1010101

Color Harmonies of #BDB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6FA

Black with #BDB6FA

Text Example


Text Example

White with #BDB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6FA; }

 p { color: rgb(189,182,250); }

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

background-color css

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

 a { background-color: rgb(189,182,250); }

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

border-color css

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

 span { border-color: rgb(189,182,250); }

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