Html Css Color HEX #BDC8FE Lavender Blue

📋 copy color: '#BDC8FE'

red 189 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #BDC8FE

Tints of Lavender Blue #BDC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.1%

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

R = 29.39%
G = 31.1%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDC8FE (or 0xBDC8FE) is known color: Lavender Blue. HEX triplet: BD, C8 and FE. RGB value is (189,200,254). Sum of RGB (Red+Green+Blue) = 189+200+254=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FE is #423701. Grayscale: #CACACA. Windows color (decimal): -4339458 or 16697533. OLE color: 16697533.

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

Color convert

RGB 189 200 254 -
CMYK 0.26 0.21 0 0.00
HSL 229.85º 0.97% 0.87% -
HSV(B) 229.85º 0.26% 1% -
XYZ 59.53 59.28 102.07 -
YUV 202.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 189 200 254 0.26 0.21 0 0.00 229.85 0.97 0.87
Hex BD C8 FE 1A 15 0 0 E6 61 57
Octal 275 310 376 32 25 0 0 346 141 127
Binary 10111101 11001000 11111110 11010 10101 0 0 11100110 1100001 1010111

Color Harmonies of #BDC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8FE

Black with #BDC8FE

Text Example


Text Example

White with #BDC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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