Html Css Color HEX #BDBBFC Lavender Blue

📋 copy color: '#BDBBFC'

red 189 ◦ green 187 ◦ blue 252

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

Shades of Lavender Blue #BDBBFC

Tints of Lavender Blue #BDBBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 30.1%
G = 29.78%
B = 40.13%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDBBFC (or 0xBDBBFC) is known color: Lavender Blue. HEX triplet: BD, BB and FC. RGB value is (189,187,252). Sum of RGB (Red+Green+Blue) = 189+187+252=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFC is #424403. Grayscale: #C2C2C2. Windows color (decimal): -4342788 or 16563133. OLE color: 16563133.

HSL color Cylindrical-coordinate representation of color #BDBBFC: hue angle of 241.85º degrees, saturation: 0.92, 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 #BDBBFC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 187 252 -
CMYK 0.25 0.26 0 0.01
HSL 241.85º 0.92% 0.86% -
HSV(B) 241.85º 0.26% 0.99% -
XYZ 56.33 53.39 99.43 -
YUV 195.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 189 187 252 0.25 0.26 0 0.01 241.85 0.92 0.86
Hex BD BB FC 19 1A 0 1 F2 5C 56
Octal 275 273 374 31 32 0 1 362 134 126
Binary 10111101 10111011 11111100 11001 11010 0 1 11110010 1011100 1010110

Color Harmonies of #BDBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBFC

Black with #BDBBFC

Text Example


Text Example

White with #BDBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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