Html Css Color HEX #BDCBFE Lavender Blue

📋 copy color: '#BDCBFE'

red 189 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #BDCBFE

Tints of Lavender Blue #BDCBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.42%

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

R = 29.26%
G = 31.42%
B = 39.32%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDCBFE (or 0xBDCBFE) is known color: Lavender Blue. HEX triplet: BD, CB and FE. RGB value is (189,203,254). Sum of RGB (Red+Green+Blue) = 189+203+254=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBFE is #423401. Grayscale: #CCCCCC. Windows color (decimal): -4338690 or 16698301. OLE color: 16698301.

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

Color convert

RGB 189 203 254 -
CMYK 0.26 0.20 0 0.00
HSL 227.08º 0.97% 0.87% -
HSV(B) 227.08º 0.26% 1% -
XYZ 60.23 60.69 102.31 -
YUV 204.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 189 203 254 0.26 0.20 0 0.00 227.08 0.97 0.87
Hex BD CB FE 1A 14 0 0 E3 61 57
Octal 275 313 376 32 24 0 0 343 141 127
Binary 10111101 11001011 11111110 11010 10100 0 0 11100011 1100001 1010111

Color Harmonies of #BDCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBFE

Black with #BDCBFE

Text Example


Text Example

White with #BDCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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