Html Css Color HEX #BDC9FB Lavender Blue

📋 copy color: '#BDC9FB'

red 189 ◦ green 201 ◦ blue 251

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

Shades of Lavender Blue #BDC9FB

Tints of Lavender Blue #BDC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.36%

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

R = 29.49%
G = 31.36%
B = 39.16%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC9FB (or 0xBDC9FB) is known color: Lavender Blue. HEX triplet: BD, C9 and FB. RGB value is (189,201,251). Sum of RGB (Red+Green+Blue) = 189+201+251=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FB is #423604. Grayscale: #CACACA. Windows color (decimal): -4339205 or 16501181. OLE color: 16501181.

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

Color convert

RGB 189 201 251 -
CMYK 0.25 0.20 0 0.02
HSL 228.39º 0.89% 0.86% -
HSV(B) 228.39º 0.25% 0.98% -
XYZ 59.29 59.56 99.64 -
YUV 203.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 189 201 251 0.25 0.20 0 0.02 228.39 0.89 0.86
Hex BD C9 FB 19 14 0 2 E4 59 56
Octal 275 311 373 31 24 0 2 344 131 126
Binary 10111101 11001001 11111011 11001 10100 0 10 11100100 1011001 1010110

Color Harmonies of #BDC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9FB

Black with #BDC9FB

Text Example


Text Example

White with #BDC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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