Html Css Color HEX #BDC5F7 Lavender Blue

📋 copy color: '#BDC5F7'

red 189 ◦ green 197 ◦ blue 247

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

Shades of Lavender Blue #BDC5F7

Tints of Lavender Blue #BDC5F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.02%

R = 29.86%
G = 31.12%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDC5F7 (or 0xBDC5F7) is known color: Lavender Blue. HEX triplet: BD, C5 and F7. RGB value is (189,197,247). Sum of RGB (Red+Green+Blue) = 189+197+247=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F7 is #423A08. Grayscale: #C8C8C8. Windows color (decimal): -4340233 or 16238013. OLE color: 16238013.

HSL color Cylindrical-coordinate representation of color #BDC5F7: hue angle of 231.72º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC5F7 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 197 247 -
CMYK 0.23 0.20 0 0.03
HSL 231.72º 0.78% 0.85% -
HSV(B) 231.72º 0.23% 0.97% -
XYZ 57.74 57.47 96.04 -
YUV 200.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 189 197 247 0.23 0.20 0 0.03 231.72 0.78 0.85
Hex BD C5 F7 17 14 0 3 E8 4E 55
Octal 275 305 367 27 24 0 3 350 116 125
Binary 10111101 11000101 11110111 10111 10100 0 11 11101000 1001110 1010101

Color Harmonies of #BDC5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5F7

Black with #BDC5F7

Text Example


Text Example

White with #BDC5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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