Html Css Color HEX #BDC4F9 Lavender Blue

📋 copy color: '#BDC4F9'

red 189 ◦ green 196 ◦ blue 249

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

Shades of Lavender Blue #BDC4F9

Tints of Lavender Blue #BDC4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.27%

R = 29.81%
G = 30.91%
B = 39.27%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC4F9 (or 0xBDC4F9) is known color: Lavender Blue. HEX triplet: BD, C4 and F9. RGB value is (189,196,249). Sum of RGB (Red+Green+Blue) = 189+196+249=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F9 is #423B06. Grayscale: #C7C7C7. Windows color (decimal): -4340487 or 16368829. OLE color: 16368829.

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

Color convert

RGB 189 196 249 -
CMYK 0.24 0.21 0 0.02
HSL 233º 0.83% 0.86% -
HSV(B) 233º 0.24% 0.98% -
XYZ 57.83 57.14 97.6 -
YUV 199.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 189 196 249 0.24 0.21 0 0.02 233 0.83 0.86
Hex BD C4 F9 18 15 0 2 E9 53 56
Octal 275 304 371 30 25 0 2 351 123 126
Binary 10111101 11000100 11111001 11000 10101 0 10 11101001 1010011 1010110

Color Harmonies of #BDC4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4F9

Black with #BDC4F9

Text Example


Text Example

White with #BDC4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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