Html Css Color HEX #BDC9FE Lavender Blue

📋 copy color: '#BDC9FE'

red 189 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #BDC9FE

Tints of Lavender Blue #BDC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.21%

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

R = 29.35%
G = 31.21%
B = 39.44%

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

#BDC9FE (or 0xBDC9FE) is known color: Lavender Blue. HEX triplet: BD, C9 and FE. RGB value is (189,201,254). Sum of RGB (Red+Green+Blue) = 189+201+254=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FE is #423601. Grayscale: #CBCBCB. Windows color (decimal): -4339202 or 16697789. OLE color: 16697789.

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

Color convert

RGB 189 201 254 -
CMYK 0.26 0.21 0 0.00
HSL 228.92º 0.97% 0.87% -
HSV(B) 228.92º 0.26% 1% -
XYZ 59.76 59.75 102.15 -
YUV 203.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 189 201 254 0.26 0.21 0 0.00 228.92 0.97 0.87
Hex BD C9 FE 1A 15 0 0 E5 61 57
Octal 275 311 376 32 25 0 0 345 141 127
Binary 10111101 11001001 11111110 11010 10101 0 0 11100101 1100001 1010111

Color Harmonies of #BDC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9FE

Black with #BDC9FE

Text Example


Text Example

White with #BDC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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