Html Css Color HEX #BDC1F9 Lavender Blue

📋 copy color: '#BDC1F9'

red 189 ◦ green 193 ◦ blue 249

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

Shades of Lavender Blue #BDC1F9

Tints of Lavender Blue #BDC1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

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

R = 29.95%
G = 30.59%
B = 39.46%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC1F9 (or 0xBDC1F9) is known color: Lavender Blue. HEX triplet: BD, C1 and F9. RGB value is (189,193,249). Sum of RGB (Red+Green+Blue) = 189+193+249=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F9 is #423E06. Grayscale: #C5C5C5. Windows color (decimal): -4341255 or 16368061. OLE color: 16368061.

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

Color convert

RGB 189 193 249 -
CMYK 0.24 0.22 0 0.02
HSL 236º 0.83% 0.86% -
HSV(B) 236º 0.24% 0.98% -
XYZ 57.16 55.8 97.38 -
YUV 198.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 189 193 249 0.24 0.22 0 0.02 236 0.83 0.86
Hex BD C1 F9 18 16 0 2 EC 53 56
Octal 275 301 371 30 26 0 2 354 123 126
Binary 10111101 11000001 11111001 11000 10110 0 10 11101100 1010011 1010110

Color Harmonies of #BDC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1F9

Black with #BDC1F9

Text Example


Text Example

White with #BDC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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