Html Css Color HEX #BDBCFD Lavender Blue

📋 copy color: '#BDBCFD'

red 189 ◦ green 188 ◦ blue 253

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

Shades of Lavender Blue #BDBCFD

Tints of Lavender Blue #BDBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

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

R = 30%
G = 29.84%
B = 40.16%

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

#BDBCFD (or 0xBDBCFD) is known color: Lavender Blue. HEX triplet: BD, BC and FD. RGB value is (189,188,253). Sum of RGB (Red+Green+Blue) = 189+188+253=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCFD is #424302. Grayscale: #C3C3C3. Windows color (decimal): -4342531 or 16628925. OLE color: 16628925.

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

Color convert

RGB 189 188 253 -
CMYK 0.25 0.26 0 0.01
HSL 240.92º 0.94% 0.86% -
HSV(B) 240.92º 0.26% 0.99% -
XYZ 56.7 53.88 100.34 -
YUV 195.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 189 188 253 0.25 0.26 0 0.01 240.92 0.94 0.86
Hex BD BC FD 19 1A 0 1 F1 5E 56
Octal 275 274 375 31 32 0 1 361 136 126
Binary 10111101 10111100 11111101 11001 11010 0 1 11110001 1011110 1010110

Color Harmonies of #BDBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCFD

Black with #BDBCFD

Text Example


Text Example

White with #BDBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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