Html Css Color HEX #BDBBFE Lavender Blue

📋 copy color: '#BDBBFE'

red 189 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #BDBBFE

Tints of Lavender Blue #BDBBFE

RGB

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

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

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

R = 30%
G = 29.68%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDBBFE (or 0xBDBBFE) is known color: Lavender Blue. HEX triplet: BD, BB and FE. RGB value is (189,187,254). Sum of RGB (Red+Green+Blue) = 189+187+254=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFE is #424401. Grayscale: #C2C2C2. Windows color (decimal): -4342786 or 16694205. OLE color: 16694205.

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

Color convert

RGB 189 187 254 -
CMYK 0.26 0.26 0 0.00
HSL 241.79º 0.97% 0.86% -
HSV(B) 241.79º 0.26% 1% -
XYZ 56.65 53.52 101.11 -
YUV 195.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 189 187 254 0.26 0.26 0 0.00 241.79 0.97 0.86
Hex BD BB FE 1A 1A 0 0 F2 61 56
Octal 275 273 376 32 32 0 0 362 141 126
Binary 10111101 10111011 11111110 11010 11010 0 0 11110010 1100001 1010110

Color Harmonies of #BDBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBFE

Black with #BDBBFE

Text Example


Text Example

White with #BDBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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