Html Css Color HEX #BDC5FC Lavender Blue

📋 copy color: '#BDC5FC'

red 189 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #BDC5FC

Tints of Lavender Blue #BDC5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.5%

R = 29.62%
G = 30.88%
B = 39.5%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDC5FC (or 0xBDC5FC) is known color: Lavender Blue. HEX triplet: BD, C5 and FC. RGB value is (189,197,252). Sum of RGB (Red+Green+Blue) = 189+197+252=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FC is #423A03. Grayscale: #C8C8C8. Windows color (decimal): -4340228 or 16565693. OLE color: 16565693.

HSL color Cylindrical-coordinate representation of color #BDC5FC: hue angle of 232.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC5FC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 197 252 -
CMYK 0.25 0.22 0 0.01
HSL 232.38º 0.91% 0.86% -
HSV(B) 232.38º 0.25% 0.99% -
XYZ 58.52 57.78 100.16 -
YUV 200.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 189 197 252 0.25 0.22 0 0.01 232.38 0.91 0.86
Hex BD C5 FC 19 16 0 1 E8 5B 56
Octal 275 305 374 31 26 0 1 350 133 126
Binary 10111101 11000101 11111100 11001 10110 0 1 11101000 1011011 1010110

Color Harmonies of #BDC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5FC

Black with #BDC5FC

Text Example


Text Example

White with #BDC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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