Html Css Color HEX #BDBBFF Lavender Blue

📋 copy color: '#BDBBFF'

red 189 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #BDBBFF

Tints of Lavender Blue #BDBBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 29.95%
G = 29.64%
B = 40.41%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDBBFF (or 0xBDBBFF) is known color: Lavender Blue. HEX triplet: BD, BB and FF. RGB value is (189,187,255). Sum of RGB (Red+Green+Blue) = 189+187+255=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFF is #424400. Grayscale: #C3C3C3. Windows color (decimal): -4342785 or 16759741. OLE color: 16759741.

HSL color Cylindrical-coordinate representation of color #BDBBFF: hue angle of 241.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDBBFF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 187 255 -
CMYK 0.26 0.27 0 0
HSL 241.76º 1% 0.87% -
HSV(B) 241.76º 0.27% 1% -
XYZ 56.81 53.58 101.96 -
YUV 195.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 189 187 255 0.26 0.27 0 0 241.76 1 0.87
Hex BD BB FF 1A 1B 0 0 F2 64 57
Octal 275 273 377 32 33 0 0 362 144 127
Binary 10111101 10111011 11111111 11010 11011 0 0 11110010 1100100 1010111

Color Harmonies of #BDBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBFF

Black with #BDBBFF

Text Example


Text Example

White with #BDBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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