Html Css Color HEX #BDC7FE Lavender Blue

📋 copy color: '#BDC7FE'

red 189 ◦ green 199 ◦ blue 254

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

Shades of Lavender Blue #BDC7FE

Tints of Lavender Blue #BDC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31%

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

R = 29.44%
G = 31%
B = 39.56%

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

#BDC7FE (or 0xBDC7FE) is known color: Lavender Blue. HEX triplet: BD, C7 and FE. RGB value is (189,199,254). Sum of RGB (Red+Green+Blue) = 189+199+254=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FE is #423801. Grayscale: #CACACA. Windows color (decimal): -4339714 or 16697277. OLE color: 16697277.

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

Color convert

RGB 189 199 254 -
CMYK 0.26 0.22 0 0.00
HSL 230.77º 0.97% 0.87% -
HSV(B) 230.77º 0.26% 1% -
XYZ 59.3 58.82 101.99 -
YUV 202.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 189 199 254 0.26 0.22 0 0.00 230.77 0.97 0.87
Hex BD C7 FE 1A 16 0 0 E7 61 57
Octal 275 307 376 32 26 0 0 347 141 127
Binary 10111101 11000111 11111110 11010 10110 0 0 11100111 1100001 1010111

Color Harmonies of #BDC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7FE

Black with #BDC7FE

Text Example


Text Example

White with #BDC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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