Html Css Color HEX #BDBBF2 Lavender Blue

📋 copy color: '#BDBBF2'

red 189 ◦ green 187 ◦ blue 242

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

Shades of Lavender Blue #BDBBF2

Tints of Lavender Blue #BDBBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

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

R = 30.58%
G = 30.26%
B = 39.16%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDBBF2 (or 0xBDBBF2) is known color: Lavender Blue. HEX triplet: BD, BB and F2. RGB value is (189,187,242). Sum of RGB (Red+Green+Blue) = 189+187+242=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBF2 is #42440D. Grayscale: #C1C1C1. Windows color (decimal): -4342798 or 15907773. OLE color: 15907773.

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

Color convert

RGB 189 187 242 -
CMYK 0.22 0.23 0 0.05
HSL 242.18º 0.68% 0.84% -
HSV(B) 242.18º 0.23% 0.95% -
XYZ 54.78 52.77 91.3 -
YUV 193.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 189 187 242 0.22 0.23 0 0.05 242.18 0.68 0.84
Hex BD BB F2 16 17 0 5 F2 44 54
Octal 275 273 362 26 27 0 5 362 104 124
Binary 10111101 10111011 11110010 10110 10111 0 101 11110010 1000100 1010100

Color Harmonies of #BDBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBF2

Black with #BDBBF2

Text Example


Text Example

White with #BDBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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