Html Css Color HEX #BDBAFA Lavender Blue

📋 copy color: '#BDBAFA'

red 189 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #BDBAFA

Tints of Lavender Blue #BDBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.76%

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

R = 30.24%
G = 29.76%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDBAFA (or 0xBDBAFA) is known color: Lavender Blue. HEX triplet: BD, BA and FA. RGB value is (189,186,250). Sum of RGB (Red+Green+Blue) = 189+186+250=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAFA is #424505. Grayscale: #C1C1C1. Windows color (decimal): -4343046 or 16431805. OLE color: 16431805.

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

Color convert

RGB 189 186 250 -
CMYK 0.24 0.26 0 0.02
HSL 242.81º 0.86% 0.85% -
HSV(B) 242.81º 0.26% 0.98% -
XYZ 55.8 52.84 97.7 -
YUV 194.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 189 186 250 0.24 0.26 0 0.02 242.81 0.86 0.85
Hex BD BA FA 18 1A 0 2 F3 56 55
Octal 275 272 372 30 32 0 2 363 126 125
Binary 10111101 10111010 11111010 11000 11010 0 10 11110011 1010110 1010101

Color Harmonies of #BDBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAFA

Black with #BDBAFA

Text Example


Text Example

White with #BDBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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