Html Css Color HEX #BDC5FB Lavender Blue

📋 copy color: '#BDC5FB'

red 189 ◦ green 197 ◦ blue 251

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

Shades of Lavender Blue #BDC5FB

Tints of Lavender Blue #BDC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.93%

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 29.67%
G = 30.93%
B = 39.4%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC5FB (or 0xBDC5FB) is known color: Lavender Blue. HEX triplet: BD, C5 and FB. RGB value is (189,197,251). Sum of RGB (Red+Green+Blue) = 189+197+251=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FB is #423A04. Grayscale: #C8C8C8. Windows color (decimal): -4340229 or 16500157. OLE color: 16500157.

HSL color Cylindrical-coordinate representation of color #BDC5FB: hue angle of 232.26º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC5FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 197 251 -
CMYK 0.25 0.22 0 0.02
HSL 232.26º 0.89% 0.86% -
HSV(B) 232.26º 0.25% 0.98% -
XYZ 58.37 57.72 99.33 -
YUV 200.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 189 197 251 0.25 0.22 0 0.02 232.26 0.89 0.86
Hex BD C5 FB 19 16 0 2 E8 59 56
Octal 275 305 373 31 26 0 2 350 131 126
Binary 10111101 11000101 11111011 11001 10110 0 10 11101000 1011001 1010110

Color Harmonies of #BDC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5FB

Black with #BDC5FB

Text Example


Text Example

White with #BDC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5FB; }

 p { color: rgb(189,197,251); }

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

background-color css

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

 a { background-color: rgb(189,197,251); }

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

border-color css

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

 span { border-color: rgb(189,197,251); }

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