Html Css Color HEX #BDC5F6 Lavender Blue

📋 copy color: '#BDC5F6'

red 189 ◦ green 197 ◦ blue 246

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

Shades of Lavender Blue #BDC5F6

Tints of Lavender Blue #BDC5F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.92%

R = 29.91%
G = 31.17%
B = 38.92%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDC5F6 (or 0xBDC5F6) is known color: Lavender Blue. HEX triplet: BD, C5 and F6. RGB value is (189,197,246). Sum of RGB (Red+Green+Blue) = 189+197+246=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F6 is #423A09. Grayscale: #C7C7C7. Windows color (decimal): -4340234 or 16172477. OLE color: 16172477.

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

Color convert

RGB 189 197 246 -
CMYK 0.23 0.20 0 0.04
HSL 231.58º 0.76% 0.85% -
HSV(B) 231.58º 0.23% 0.96% -
XYZ 57.59 57.41 95.23 -
YUV 200.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 189 197 246 0.23 0.20 0 0.04 231.58 0.76 0.85
Hex BD C5 F6 17 14 0 4 E8 4C 55
Octal 275 305 366 27 24 0 4 350 114 125
Binary 10111101 11000101 11110110 10111 10100 0 100 11101000 1001100 1010101

Color Harmonies of #BDC5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5F6

Black with #BDC5F6

Text Example


Text Example

White with #BDC5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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