Html Css Color HEX #BBBDFD Lavender Blue

📋 copy color: '#BBBDFD'

red 187 ◦ green 189 ◦ blue 253

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

Shades of Lavender Blue #BBBDFD

Tints of Lavender Blue #BBBDFD

RGB

 RED value IS 187 (73.44% from 255) = 29.73%

 GREEN value IS 189 (74.22% from 255) = 30.05%

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 29.73%
G = 30.05%
B = 40.22%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBBDFD (or 0xBBBDFD) is known color: Lavender Blue. HEX triplet: BB, BD and FD. RGB value is (187,189,253). Sum of RGB (Red+Green+Blue) = 187+189+253=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFD is #444202. Grayscale: #C3C3C3. Windows color (decimal): -4473347 or 16629179. OLE color: 16629179.

HSL color Cylindrical-coordinate representation of color #BBBDFD: hue angle of 238.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBDFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 189 253 -
CMYK 0.26 0.25 0 0.01
HSL 238.18º 0.94% 0.86% -
HSV(B) 238.18º 0.26% 0.99% -
XYZ 56.42 54.05 100.39 -
YUV 195.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 187 189 253 0.26 0.25 0 0.01 238.18 0.94 0.86
Hex BB BD FD 1A 19 0 1 EE 5E 56
Octal 273 275 375 32 31 0 1 356 136 126
Binary 10111011 10111101 11111101 11010 11001 0 1 11101110 1011110 1010110

Color Harmonies of #BBBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDFD

Black with #BBBDFD

Text Example


Text Example

White with #BBBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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