Html Css Color HEX #BDC2FE Lavender Blue

📋 copy color: '#BDC2FE'

red 189 ◦ green 194 ◦ blue 254

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

Shades of Lavender Blue #BDC2FE

Tints of Lavender Blue #BDC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.46%

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

R = 29.67%
G = 30.46%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDC2FE (or 0xBDC2FE) is known color: Lavender Blue. HEX triplet: BD, C2 and FE. RGB value is (189,194,254). Sum of RGB (Red+Green+Blue) = 189+194+254=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2FE is #423D01. Grayscale: #C7C7C7. Windows color (decimal): -4340994 or 16695997. OLE color: 16695997.

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

Color convert

RGB 189 194 254 -
CMYK 0.26 0.24 0 0.00
HSL 235.38º 0.97% 0.87% -
HSV(B) 235.38º 0.26% 1% -
XYZ 58.17 56.56 101.62 -
YUV 199.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 189 194 254 0.26 0.24 0 0.00 235.38 0.97 0.87
Hex BD C2 FE 1A 18 0 0 EB 61 57
Octal 275 302 376 32 30 0 0 353 141 127
Binary 10111101 11000010 11111110 11010 11000 0 0 11101011 1100001 1010111

Color Harmonies of #BDC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2FE

Black with #BDC2FE

Text Example


Text Example

White with #BDC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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