Html Css Color HEX #BDBCFE Lavender Blue

📋 copy color: '#BDBCFE'

red 189 ◦ green 188 ◦ blue 254

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

Shades of Lavender Blue #BDBCFE

Tints of Lavender Blue #BDBCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 29.95%
G = 29.79%
B = 40.25%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDBCFE (or 0xBDBCFE) is known color: Lavender Blue. HEX triplet: BD, BC and FE. RGB value is (189,188,254). Sum of RGB (Red+Green+Blue) = 189+188+254=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCFE is #424301. Grayscale: #C3C3C3. Windows color (decimal): -4342530 or 16694461. OLE color: 16694461.

HSL color Cylindrical-coordinate representation of color #BDBCFE: hue angle of 240.91º 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 #BDBCFE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 188 254 -
CMYK 0.26 0.26 0 0.00
HSL 240.91º 0.97% 0.87% -
HSV(B) 240.91º 0.26% 1% -
XYZ 56.86 53.94 101.18 -
YUV 195.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 189 188 254 0.26 0.26 0 0.00 240.91 0.97 0.87
Hex BD BC FE 1A 1A 0 0 F1 61 57
Octal 275 274 376 32 32 0 0 361 141 127
Binary 10111101 10111100 11111110 11010 11010 0 0 11110001 1100001 1010111

Color Harmonies of #BDBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCFE

Black with #BDBCFE

Text Example


Text Example

White with #BDBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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