Html Css Color HEX #BDC4FB Lavender Blue

📋 copy color: '#BDC4FB'

red 189 ◦ green 196 ◦ blue 251

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

Shades of Lavender Blue #BDC4FB

Tints of Lavender Blue #BDC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.82%

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

R = 29.72%
G = 30.82%
B = 39.47%

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

#BDC4FB (or 0xBDC4FB) is known color: Lavender Blue. HEX triplet: BD, C4 and FB. RGB value is (189,196,251). Sum of RGB (Red+Green+Blue) = 189+196+251=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4FB is #423B04. Grayscale: #C7C7C7. Windows color (decimal): -4340485 or 16499901. OLE color: 16499901.

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

Color convert

RGB 189 196 251 -
CMYK 0.25 0.22 0 0.02
HSL 233.23º 0.89% 0.86% -
HSV(B) 233.23º 0.25% 0.98% -
XYZ 58.14 57.26 99.26 -
YUV 200.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 189 196 251 0.25 0.22 0 0.02 233.23 0.89 0.86
Hex BD C4 FB 19 16 0 2 E9 59 56
Octal 275 304 373 31 26 0 2 351 131 126
Binary 10111101 11000100 11111011 11001 10110 0 10 11101001 1011001 1010110

Color Harmonies of #BDC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4FB

Black with #BDC4FB

Text Example


Text Example

White with #BDC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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