Html Css Color HEX #BDC4FE Lavender Blue

📋 copy color: '#BDC4FE'

red 189 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #BDC4FE

Tints of Lavender Blue #BDC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.67%

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

R = 29.58%
G = 30.67%
B = 39.75%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDC4FE (or 0xBDC4FE) is known color: Lavender Blue. HEX triplet: BD, C4 and FE. RGB value is (189,196,254). Sum of RGB (Red+Green+Blue) = 189+196+254=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4FE is #423B01. Grayscale: #C8C8C8. Windows color (decimal): -4340482 or 16696509. OLE color: 16696509.

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

Color convert

RGB 189 196 254 -
CMYK 0.26 0.23 0 0.00
HSL 233.54º 0.97% 0.87% -
HSV(B) 233.54º 0.26% 1% -
XYZ 58.62 57.45 101.77 -
YUV 200.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 189 196 254 0.26 0.23 0 0.00 233.54 0.97 0.87
Hex BD C4 FE 1A 17 0 0 EA 61 57
Octal 275 304 376 32 27 0 0 352 141 127
Binary 10111101 11000100 11111110 11010 10111 0 0 11101010 1100001 1010111

Color Harmonies of #BDC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4FE

Black with #BDC4FE

Text Example


Text Example

White with #BDC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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