Html Css Color HEX #BDC5FE Lavender Blue

📋 copy color: '#BDC5FE'

red 189 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #BDC5FE

Tints of Lavender Blue #BDC5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.78%

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

R = 29.53%
G = 30.78%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDC5FE (or 0xBDC5FE) is known color: Lavender Blue. HEX triplet: BD, C5 and FE. RGB value is (189,197,254). Sum of RGB (Red+Green+Blue) = 189+197+254=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FE is #423A01. Grayscale: #C8C8C8. Windows color (decimal): -4340226 or 16696765. OLE color: 16696765.

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

Color convert

RGB 189 197 254 -
CMYK 0.26 0.22 0 0.00
HSL 232.62º 0.97% 0.87% -
HSV(B) 232.62º 0.26% 1% -
XYZ 58.84 57.91 101.84 -
YUV 201.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 189 197 254 0.26 0.22 0 0.00 232.62 0.97 0.87
Hex BD C5 FE 1A 16 0 0 E9 61 57
Octal 275 305 376 32 26 0 0 351 141 127
Binary 10111101 11000101 11111110 11010 10110 0 0 11101001 1100001 1010111

Color Harmonies of #BDC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5FE

Black with #BDC5FE

Text Example


Text Example

White with #BDC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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