Html Css Color HEX #BDB9FF Lavender Blue

📋 copy color: '#BDB9FF'

red 189 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #BDB9FF

Tints of Lavender Blue #BDB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.41%

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

R = 30.05%
G = 29.41%
B = 40.54%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDB9FF (or 0xBDB9FF) is known color: Lavender Blue. HEX triplet: BD, B9 and FF. RGB value is (189,185,255). Sum of RGB (Red+Green+Blue) = 189+185+255=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FF is #424600. Grayscale: #C1C1C1. Windows color (decimal): -4343297 or 16759229. OLE color: 16759229.

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

Color convert

RGB 189 185 255 -
CMYK 0.26 0.27 0 0
HSL 243.43º 1% 0.86% -
HSV(B) 243.43º 0.27% 1% -
XYZ 56.39 52.74 101.82 -
YUV 194.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 189 185 255 0.26 0.27 0 0 243.43 1 0.86
Hex BD B9 FF 1A 1B 0 0 F3 64 56
Octal 275 271 377 32 33 0 0 363 144 126
Binary 10111101 10111001 11111111 11010 11011 0 0 11110011 1100100 1010110

Color Harmonies of #BDB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9FF

Black with #BDB9FF

Text Example


Text Example

White with #BDB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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