Html Css Color HEX #BDB1FE Lavender Blue

📋 copy color: '#BDB1FE'

red 189 ◦ green 177 ◦ blue 254

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

Shades of Lavender Blue #BDB1FE

Tints of Lavender Blue #BDB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.55%

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

R = 30.48%
G = 28.55%
B = 40.97%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDB1FE (or 0xBDB1FE) is known color: Lavender Blue. HEX triplet: BD, B1 and FE. RGB value is (189,177,254). Sum of RGB (Red+Green+Blue) = 189+177+254=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1FE is #424E01. Grayscale: #BDBDBD. Windows color (decimal): -4345346 or 16691645. OLE color: 16691645.

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

Color convert

RGB 189 177 254 -
CMYK 0.26 0.30 0 0.00
HSL 249.35º 0.97% 0.85% -
HSV(B) 249.35º 0.3% 1% -
XYZ 54.6 49.42 100.43 -
YUV 189.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 189 177 254 0.26 0.30 0 0.00 249.35 0.97 0.85
Hex BD B1 FE 1A 1E 0 0 F9 61 55
Octal 275 261 376 32 36 0 0 371 141 125
Binary 10111101 10110001 11111110 11010 11110 0 0 11111001 1100001 1010101

Color Harmonies of #BDB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1FE

Black with #BDB1FE

Text Example


Text Example

White with #BDB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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