Html Css Color HEX #BDBEFE Lavender Blue

📋 copy color: '#BDBEFE'

red 189 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #BDBEFE

Tints of Lavender Blue #BDBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

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

R = 29.86%
G = 30.02%
B = 40.13%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDBEFE (or 0xBDBEFE) is known color: Lavender Blue. HEX triplet: BD, BE and FE. RGB value is (189,190,254). Sum of RGB (Red+Green+Blue) = 189+190+254=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEFE is #424101. Grayscale: #C4C4C4. Windows color (decimal): -4342018 or 16694973. OLE color: 16694973.

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

Color convert

RGB 189 190 254 -
CMYK 0.26 0.25 0 0.00
HSL 239.08º 0.97% 0.87% -
HSV(B) 239.08º 0.26% 1% -
XYZ 57.29 54.8 101.32 -
YUV 197 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 189 190 254 0.26 0.25 0 0.00 239.08 0.97 0.87
Hex BD BE FE 1A 19 0 0 EF 61 57
Octal 275 276 376 32 31 0 0 357 141 127
Binary 10111101 10111110 11111110 11010 11001 0 0 11101111 1100001 1010111

Color Harmonies of #BDBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEFE

Black with #BDBEFE

Text Example


Text Example

White with #BDBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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