Html Css Color HEX #BDB9FE Lavender Blue

📋 copy color: '#BDB9FE'

red 189 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #BDB9FE

Tints of Lavender Blue #BDB9FE

RGB

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

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

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

R = 30.1%
G = 29.46%
B = 40.45%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDB9FE (or 0xBDB9FE) is known color: Lavender Blue. HEX triplet: BD, B9 and FE. RGB value is (189,185,254). Sum of RGB (Red+Green+Blue) = 189+185+254=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FE is #424601. Grayscale: #C1C1C1. Windows color (decimal): -4343298 or 16693693. OLE color: 16693693.

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

Color convert

RGB 189 185 254 -
CMYK 0.26 0.27 0 0.00
HSL 243.48º 0.97% 0.86% -
HSV(B) 243.48º 0.27% 1% -
XYZ 56.22 52.67 100.97 -
YUV 194.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 189 185 254 0.26 0.27 0 0.00 243.48 0.97 0.86
Hex BD B9 FE 1A 1B 0 0 F3 61 56
Octal 275 271 376 32 33 0 0 363 141 126
Binary 10111101 10111001 11111110 11010 11011 0 0 11110011 1100001 1010110

Color Harmonies of #BDB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9FE

Black with #BDB9FE

Text Example


Text Example

White with #BDB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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