Html Css Color HEX #BDBDF6 Lavender Blue

📋 copy color: '#BDBDF6'

red 189 ◦ green 189 ◦ blue 246

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

Shades of Lavender Blue #BDBDF6

Tints of Lavender Blue #BDBDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.29%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 30.29%
G = 30.29%
B = 39.42%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDBDF6 (or 0xBDBDF6) is known color: Lavender Blue. HEX triplet: BD, BD and F6. RGB value is (189,189,246). Sum of RGB (Red+Green+Blue) = 189+189+246=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF6 is #424209. Grayscale: #C3C3C3. Windows color (decimal): -4342282 or 16170429. OLE color: 16170429.

HSL color Cylindrical-coordinate representation of color #BDBDF6: hue angle of 240º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBDF6 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 189 246 -
CMYK 0.23 0.23 0 0.04
HSL 240º 0.76% 0.85% -
HSV(B) 240º 0.23% 0.96% -
XYZ 55.82 53.87 94.64 -
YUV 195.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 189 189 246 0.23 0.23 0 0.04 240 0.76 0.85
Hex BD BD F6 17 17 0 4 F0 4C 55
Octal 275 275 366 27 27 0 4 360 114 125
Binary 10111101 10111101 11110110 10111 10111 0 100 11110000 1001100 1010101

Color Harmonies of #BDBDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDF6

Black with #BDBDF6

Text Example


Text Example

White with #BDBDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDF6; }

 p { color: rgb(189,189,246); }

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

background-color css

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

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

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

border-color css

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

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

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