Html Css Color HEX #BCB9FC Lavender Blue

📋 copy color: '#BCB9FC'

red 188 ◦ green 185 ◦ blue 252

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

Shades of Lavender Blue #BCB9FC

Tints of Lavender Blue #BCB9FC

RGB

 RED value IS 188 (73.83% from 255) = 30.08%

 GREEN value IS 185 (72.66% from 255) = 29.6%

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

R = 30.08%
G = 29.6%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCB9FC (or 0xBCB9FC) is known color: Lavender Blue. HEX triplet: BC, B9 and FC. RGB value is (188,185,252). Sum of RGB (Red+Green+Blue) = 188+185+252=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FC is #434603. Grayscale: #C1C1C1. Windows color (decimal): -4408836 or 16562620. OLE color: 16562620.

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

Color convert

RGB 188 185 252 -
CMYK 0.25 0.27 0 0.01
HSL 242.69º 0.92% 0.86% -
HSV(B) 242.69º 0.27% 0.99% -
XYZ 55.66 52.42 99.28 -
YUV 193.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 188 185 252 0.25 0.27 0 0.01 242.69 0.92 0.86
Hex BC B9 FC 19 1B 0 1 F3 5C 56
Octal 274 271 374 31 33 0 1 363 134 126
Binary 10111100 10111001 11111100 11001 11011 0 1 11110011 1011100 1010110

Color Harmonies of #BCB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FC

Black with #BCB9FC

Text Example


Text Example

White with #BCB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FC; }

 p { color: rgb(188,185,252); }

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

background-color css

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

 a { background-color: rgb(188,185,252); }

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

border-color css

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

 span { border-color: rgb(188,185,252); }

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