Html Css Color HEX #BDBEF2 Lavender Blue

📋 copy color: '#BDBEF2'

red 189 ◦ green 190 ◦ blue 242

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

Shades of Lavender Blue #BDBEF2

Tints of Lavender Blue #BDBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.6%

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 30.43%
G = 30.6%
B = 38.97%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDBEF2 (or 0xBDBEF2) is known color: Lavender Blue. HEX triplet: BD, BE and F2. RGB value is (189,190,242). Sum of RGB (Red+Green+Blue) = 189+190+242=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEF2 is #42410D. Grayscale: #C3C3C3. Windows color (decimal): -4342030 or 15908541. OLE color: 15908541.

HSL color Cylindrical-coordinate representation of color #BDBEF2: hue angle of 238.87º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBEF2 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 190 242 -
CMYK 0.22 0.21 0 0.05
HSL 238.87º 0.67% 0.85% -
HSV(B) 238.87º 0.22% 0.95% -
XYZ 55.43 54.06 91.52 -
YUV 195.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 189 190 242 0.22 0.21 0 0.05 238.87 0.67 0.85
Hex BD BE F2 16 15 0 5 EF 43 55
Octal 275 276 362 26 25 0 5 357 103 125
Binary 10111101 10111110 11110010 10110 10101 0 101 11101111 1000011 1010101

Color Harmonies of #BDBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEF2

Black with #BDBEF2

Text Example


Text Example

White with #BDBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEF2; }

 p { color: rgb(189,190,242); }

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

background-color css

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

 a { background-color: rgb(189,190,242); }

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

border-color css

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

 span { border-color: rgb(189,190,242); }

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