Html Css Color HEX #BDBDF7 Lavender Blue

📋 copy color: '#BDBDF7'

red 189 ◦ green 189 ◦ blue 247

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

Shades of Lavender Blue #BDBDF7

Tints of Lavender Blue #BDBDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 30.24%
G = 30.24%
B = 39.52%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDBDF7 (or 0xBDBDF7) is known color: Lavender Blue. HEX triplet: BD, BD and F7. RGB value is (189,189,247). Sum of RGB (Red+Green+Blue) = 189+189+247=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDBDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF7 is #424208. Grayscale: #C3C3C3. Windows color (decimal): -4342281 or 16235965. OLE color: 16235965.

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

Color convert

RGB 189 189 247 -
CMYK 0.23 0.23 0 0.03
HSL 240º 0.78% 0.85% -
HSV(B) 240º 0.23% 0.97% -
XYZ 55.97 53.93 95.46 -
YUV 195.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 189 189 247 0.23 0.23 0 0.03 240 0.78 0.85
Hex BD BD F7 17 17 0 3 F0 4E 55
Octal 275 275 367 27 27 0 3 360 116 125
Binary 10111101 10111101 11110111 10111 10111 0 11 11110000 1001110 1010101

Color Harmonies of #BDBDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDF7

Black with #BDBDF7

Text Example


Text Example

White with #BDBDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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